You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by artnaseef <ar...@artnaseef.com> on 2014/01/05 04:28:14 UTC

Re: EndPoint URI issue

Assuming there are two different brokers in your setup - one for DEV and one
for INT...

It sounds like both producer endpoints are sending to the same broker (DEV)
- can you confirm that?

If so, the connection factory setup for the "activemq" component defines the
broker to which the endpoint is connecting.  To have one camel context use
two different brokers, you'll need two different component configurations,
such as "activemq1" and "activemq2".

Regardless of the number of brokers - try checking the camel configuration
at runtime using an MBean browser.  You should be able to confirm the
endpoints for the routes, and also confirm that messages are passing through
the correct routes.



--
View this message in context: http://activemq.2283324.n4.nabble.com/EndPoint-URI-issue-tp4675895p4676016.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.