Re: Solr and ActiveMQ

2014-09-12 Thread vivison
Solr allows customization to return query result through a message broker such as ActiveMQ. How: define listener event as in my example. Sample use case: searchable/sortable log display where the front end gets Solr entries via messages through predefined topic of a message-broker (such as ActiveMQ

Re: Solr and ActiveMQ

2014-09-11 Thread vivison
Solr works fine with ActiveMQ provided a good solrconfig.xml. I was omitting the required property "java.naming.provider.url". -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-and-ActiveMQ-tp4158266p4158336.html Sent from the Solr - User mailing list archive at Nabble.co

Solr and ActiveMQ

2014-09-11 Thread vivison
I wonder if Solr works with ActiveMQ. We successfully use Solr with newSearcher listener event utilizing Fioranno JMS and Tomcat 7.0.35. I try to update solrconfig.xml to use ActiveMQ to no avail. The followings are settings for Fioranno (OK) and ActiveMQ (Not OK): http://: MyTopi