Re: Unable to have multiple consumers on the same broker

2009-07-16 Thread kkarank
, but the STOMP protocol itself is >> well >> documented. If you can capture the packets being sent between the broker >> and the client, it should be pretty easy to figure out what's going >> wrong. >> >> >> >> >> > > > - > Dejan Bosanac > > Open Source Integration - http://fusesource.com/ > ActiveMQ in Action - http://www.manning.com/snyder/ > Blog - http://www.nighttale.net > -- View this message in context: http://www.nabble.com/Unable-to-have-multiple-consumers-on-the-same-broker-tp24467033p24517717.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Unable to have multiple consumers on the same broker

2009-07-15 Thread Dejan Bosanac
Also, sending the some source code that demonstrate your problem would help as well Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Tue, Jul 14, 2009 at 5:43 PM, Jose Luna wrote: >

Re: Unable to have multiple consumers on the same broker

2009-07-14 Thread Jose Luna
> I must confess I am a newbie to STOMP Php library and find it really poor in > terms of documentation. Feels like someone developer on some planet has done > us all a favor by dumping some code on the google code list and given us a > free hand on how to scratch our heads and try to get it al

Re: Unable to have multiple consumers on the same broker

2009-07-14 Thread Bruce Snyder
On Mon, Jul 13, 2009 at 10:40 PM, kkarank wrote: > > Ok just played around with setting the prefetch size to 50 in the URL when > using the connect command from STOMP - still the same problem > > I am struggling to understand though as to how the prefetch size could have > anything to do with this.

Re: Unable to have multiple consumers on the same broker

2009-07-14 Thread Gary Tully
ct traffic going on between the client and broker.  You should capture >> the data in plain text (ascii).  If you're not sure how to interpret it, >> you can then respond with the output so that we can have a look. >> >> JLuna >> >> >> >> - O

Re: Unable to have multiple consumers on the same broker

2009-07-13 Thread kkarank
're not sure how to interpret it, > you can then respond with the output so that we can have a look. > > JLuna > > > > - Original Message ---- >> From: kkarank >> To: users@activemq.apache.org >> Sent: Tuesday, July 14, 2009 12:40:08 AM >&g

Re: Unable to have multiple consumers on the same broker

2009-07-13 Thread Jose Luna
lain text (ascii). If you're not sure how to interpret it, you can then respond with the output so that we can have a look. JLuna - Original Message > From: kkarank > To: users@activemq.apache.org > Sent: Tuesday, July 14, 2009 12:40:08 AM > Subject: Re: Unable to hav

Re: Unable to have multiple consumers on the same broker

2009-07-13 Thread kkarank
7;print >> unpack("u30","D0G)u8...@4vyy9&5R\"F)R=6-E+G-N>61E> );' >> >> ActiveMQ in Action: http://bit.ly/2je6cQ >> Blog: http://bruceblog.org/ >> Twitter: http://twitter.com/brucesnyder >> >> > > -- View this message in context: http://www.nabble.com/Unable-to-have-multiple-consumers-on-the-same-broker-tp24467033p24473573.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Unable to have multiple consumers on the same broker

2009-07-13 Thread kkarank
> unpack("u30","D0G)u8...@4vyy9&5R\"F)R=6-E+G-N>61E );' > > ActiveMQ in Action: http://bit.ly/2je6cQ > Blog: http://bruceblog.org/ > Twitter: http://twitter.com/brucesnyder > > -- View this message in context: http://www.nabble.com/Unable-to-have-multiple-consumers-on-the-same-broker-tp24467033p24473538.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Unable to have multiple consumers on the same broker

2009-07-13 Thread Bruce Snyder
On Mon, Jul 13, 2009 at 9:53 PM, kkarank wrote: > > Thanks Bruce, > > I am connecting to the broker from PHP Stomp library and there is nothing in > the examples you mention that talks about how to setup multiple consumers > listening to the same broker port but on multiple queues? Ah, you didn't

Re: Unable to have multiple consumers on the same broker

2009-07-13 Thread kkarank
sumers is specified to be exclusive. > > Bruce > -- > perl -e 'print > unpack("u30","D0G)u8...@4vyy9&5R\"F)R=6-E+G-N>61E );' > > ActiveMQ in Action: http://bit.ly/2je6cQ > Blog: http://bruceblog.org/ > Twitter: http://twitter.com/b

Re: Unable to have multiple consumers on the same broker

2009-07-13 Thread Bruce Snyder
On Mon, Jul 13, 2009 at 2:39 PM, kkarank 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 me

Unable to have multiple consumers on the same broker

2009-07-13 Thread kkarank
? Cheers kk -- View this message in context: http://www.nabble.com/Unable-to-have-multiple-consumers-on-the-same-broker-tp24467033p24467033.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.