On Mon, Jul 13, 2009 at 2:39 PM, kkarank<[email protected]> wrote: > > Hello All > > I am trying to setup two clients each listening to a different queue on the > same broker but having no joy as ActiveMQ console shows that only one > consumer is active at a time? > > This is despite both the clients listening for messages on different queues? > Am I missing any setting?
Take a look at the examples: http://activemq.apache.org/examples.html You can run as many consumers and producers as you want. There is no limit unless one of the consumers is specified to be exclusive. Bruce -- perl -e 'print unpack("u30","D0G)u8...@4vyy9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' ActiveMQ in Action: http://bit.ly/2je6cQ Blog: http://bruceblog.org/ Twitter: http://twitter.com/brucesnyder
