Re: ActiveMQ sees subscriber when none exists

2007-03-08 Thread Thomas Gagné
I was able to make the problem go away by having Stomp.Connection record each of the destinations subscribed-to and unsubscribe from each as the connection was being destroyed. This may not be necessary in 4.1.1 or 4.2, but it's probably not a /bad/ idea as far as cleaning-up after ourselves is co

Re: ActiveMQ sees subscriber when none exists

2007-03-07 Thread James Strachan
On 3/8/07, Thomas Gagné <[EMAIL PROTECTED]> wrote: James Strachan wrote: > > Was this a stomp client? Yes, both the client and consumer were Stomps. Coolio > There was a bug in 4.1.0 where stale stomp > connections which had not DISCONNECTed would lurk around and hog > messages until broker

Re: ActiveMQ sees subscriber when none exists

2007-03-07 Thread Thomas Gagné
James Strachan wrote: > > Was this a stomp client? Yes, both the client and consumer were Stomps. > There was a bug in 4.1.0 where stale stomp > connections which had not DISCONNECTed would lurk around and hog > messages until broker restart/explicit close. We've fixed it in 4.1.1 > (due out real

Re: ActiveMQ sees subscriber when none exists

2007-03-07 Thread James Strachan
On 3/8/07, Thomas Gagné <[EMAIL PROTECTED]> wrote: During testing of my client it appeared as though some messages weren't arriving at my subscriber. jconsole showed there were two consumers but only one was running. I used a netstat to see if there were any open sockets but none existed. Stil

Re: ActiveMQ sees subscriber when none exists

2007-03-07 Thread Thomas Gagné
Rob Davies wrote: > thanks for the information Thomas. Could you tell us about the version > you are using and your environment ? This might be a known issue that > has already been resolved tgagne:/home/tgagne/work/apache-activemq-4.1.0-incubator bin/activemq --version ACTIVEMQ_HOME: /home/tgagne/

Re: ActiveMQ sees subscriber when none exists

2007-03-07 Thread Rob Davies
thanks for the information Thomas. Could you tell us about the version you are using and your environment ? This might be a known issue that has already been resolved cheers, Rob Davies http://rajdavies.blogspot.com/ On 8 Mar 2007, at 03:31, Thomas Gagné wrote: During testing of my clien

ActiveMQ sees subscriber when none exists

2007-03-07 Thread Thomas Gagné
During testing of my client it appeared as though some messages weren't arriving at my subscriber. jconsole showed there were two consumers but only one was running. I used a netstat to see if there were any open sockets but none existed. Still, activemq was misplacing messages. I had to recycl