Hello All,

I am using Apache ActiveMQ distributed queues, on executing
endPoint.getExchanges(), I am actually getting messages from a random broker
where camel is connected now.

JmsQueueEndpoint endPoint = camelContext.getEndpoint(toDestination,
JmsQueueEndpoint.class);
endPoint.getExchanges();

My Broker URL looks like this:
brokerURL=failover:(ssl://mybroker1.com:1234,ssl://mybroker2.com:1234,ssl://mybroker3.com:1234)

Is there anything I can tweak so that I will get all the messages from
distributed queues.

FYI, I already went through this:
http://activemq.apache.org/how-do-distributed-queues-work.html

thanks
Amby



-----
thanks
Amby
http://workingwithqueues.blogspot.com/ 
--
View this message in context: 
http://camel.465427.n5.nabble.com/Queue-Browsing-in-distributed-queue-Env-tp5721612.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to