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
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
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
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
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/
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
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