Re: Problems with ActiveMQ4.1.1 - Master/Slave brokers

2008-05-22 Thread rvenkat23
Hi I am also facing the same problem. When the master is killed and slave becomes the master the messages already placed in the queue are stuck. But its able to process the new message produced after slave becomes the master. We are using ActiveMQ 4.1.1. what am i doing wrong? Can any one post

Re: Same MessageId assigned Messages created at the same time...

2007-06-20 Thread rvenkat23
two items 781796 and 781787. Thanks, Venkatesh. Joel Schaubert wrote: > > > > rvenkat23 wrote: >> >> recently i found out that two messages created by 2 different producer(s) >> at the same time are having the same messageid. >> > > can you post th

Same MessageId assigned Messages created at the same time...

2007-06-20 Thread rvenkat23
Hi, We are using ActiveMQ 4.1.1, recently i found out that two messages created by 2 different producer(s) at the same time are having the same messageid. In this case one of the message is consumed by the listener (async) and the other is not. Please let me know anyone faced the same behavi