Hi,
I can't reproduce this problem persistently today. Strange. Maybe some
timing issue.
I'll post again, once I can produce a "reliable" test case.
Thanks for caring,
Chris
On 07/07/2010 07:31 PM, Joe Fernandez wrote:
This seems to work fine for me with 5.3.2. What version of AMQ are you using?
Care to share your AMQ cfg file?
Joe
http://www.ttmsolutions.com
ActiveMQ reference guide at
http://bit.ly/AMQRefGuide
Christian Hoffmann-5 wrote:
Hi,
I have a network of two brokers that have auto discovered themselves via
multicast. In Jconsole I can see that both brokers are well connected
(Network bridge is visible). I also have a consumer running that consumes
on a queue. That consumers has a failover URI with both brokers mentioned.
In JConsole, I can see that the queue is available in both brokers and
that
on both brokers I have consumer count set to 1. I start a producer with
same failover URI that sends messages to that queue and it gets consumed
without problems. I then kill one broker, everything continues to work. I
bring the broker back, but now the consumer count on that broker remains 0
and if I restart the producer the messages pile up and don't get consumed.
It only works, if the producer is connected to the same broker as the
consumer (randomly the case).
If I restart the consumer, everything works again.
Is that expected behavior?
Regards,
Chris