On Fri, Feb 8, 2013 at 11:39 PM, Rim <bushraaf...@gmail.com> wrote: > Hi , > I have two instance of apache camel application running on different ports > (I have changed the JMX PORT for running two instances simultanously). and > both the application pointing to the same Queue. > > After sending messages to the MQ only one instances is processing the > request at a time . >
If you use a QUEUE then the idea is that only one consumer will pickup the message. If you use a TOPIC then you can have N+ consumers pikcup the message. > Please help me in finding out the reason of the above problem. > > Thanks > Rim > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/two-instance-of-same-apache-camel-application-tp5727258.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- Red Hat, Inc. FuseSource is now part of Red Hat Email: cib...@redhat.com Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen