Hi Manish,



I have a java application which sends a message to ActiveMQ JMS queue.
When i start activeMQ and run that java application, it goes to ActiveMQ JMS
queue successfully. I can see message in JMS queue using webconsole.
But when i stop ActiveMQ and start Servicemix and try to send message using
JAVA application, i did find any message in JMS queue.

I have following questions:-

Does Servicemix has inbuild ActiveMQ?

Yes, it has it's own instance. In your description above, you have shut down ActiveMQ and then started ServiceMix. The version of ActiveMQ in ServiceMix will be looking at a different data directory, so that's why you're not seeing the messages come in. Take a look at the ActiveMQ configuration documentation on activemq.apache.org to get more information on how to configure the data sources.


Can we send message to ActiveMQ JMS Queue while only ActiveMQ is started not
Servicemix?


Yes you can.

Do we need to configure something to send message to ActiveMQ JMS queue when
servicemix is start?


I think your problem here is that both ActiveMQ & SMX will try and create listener on port 61616, so, at the moment, you can only run one of the two. You should configure the ports etc so that you can run both ActiveMQ & SMX together at the same time. Then, you need to configure your JMS component in SMX to use the external ActiveMQ instance.

Is there any why by which we can start both Servicemix and ActiveMQ
together?


Yes - see above.

Is there any relationship between servicemix and activeMQ?


Yes - SMX uses ActiveMQ extensively internally. Also, many of the contributors and committers on ActiveMQ are also committers/ contributors to ServiceMix. So, as you can expect, there's a lot synergy between the two.

Actually in my actual scenario i need servicemix start, because i need to
route Message from one JMS queue to another JMS queue.

Please help me to find the answer for above questions.

Please send response as soon as possible.

Detail response will be appreciate.

Thanks.


Regards,
Manish


--
View this message in context: 
http://www.nabble.com/help-need-about-servicemix-and-activemq-tp20395773p20395773.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.


---
Adrian Trenaman, Consultant Fellow, PS - Opensource Center of Competence
Progress Software Corp
Shelbourne Road, Dublin 4, Ireland
---
+353-1-637-2659 (Office)
+353-1-637-2882 (Fax)
+353-86-6051026 (Mobile)
 adrian.trenaman (Skype)
----
Blog: http://trenaman.blogspot.com








Reply via email to