Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6836137
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T23:19:10+00:00 2026-05-26T23:19:10+00:00

I would like to make my application to interact with an Apache Solr sever

  • 0

I would like to make my application to interact with an Apache Solr sever using an AMQ queue (RabbitMQ or ActiveMQ). Therefore I would like to ask if there is any implementation of this kind, if not, where can I find information how to implement such a connector.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T23:19:11+00:00Added an answer on May 26, 2026 at 11:19 pm

    Your integration case is one that might be suited to using Apache Camel. Camel allows you to create routes that link different systems together – in this case Solr (or even Lucene directly) and an AMQP broker.

    For example, you may want to gain some additional efficiencies by hitting Lucene directly and leverage Camel’s Lucene component (see http://camel.apache.org/lucene.html ) and create a route such as:

    from: amqp:exchange:queue:routingKey
    to: lucene:searcherName:query
    

    In just those two lines a message would be retrieved from an AMQP queue, processed by Lucene and then replied back to. You could also continue using Solr’s REST API by leveraging Camel’s HTTP component, such as:

    from: amqp:exchange:queue:routingKey
    to: jaxb:marshal
    to: http://solr.server/api/uri
    to: jaxb:marshal
    

    In that route you would fetch a message from an AMQP queue, marshal it as JSON or XML, send it to a Solr URI and then unmarshall the response back into an object.

    There’s nothing pre-cooked that will give you this functionality out of the box, but you can leverage several integration frameworks to help you wire the systems together.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to make my application somewhat REST compliant. I am using Rails
I'm using Android 2.2 with Eclipse. I would like to make an application that
I would like to make the update of the web application as automated as
I would like to make my Java/Swing application compatible with the Services-menu available on
I would like to make a simple desktop application to learn this kind of
I have a Java application and I would like to make it extensible. To
I'm developing a free application and would like to make some money by embedding
In our application, we would like to make a link to an online help
I have made a small application in Java and I would like to make
We're developing a windows mobile 6.1 application and would like to make the user

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.