Re: Consumer not consume message

2013-04-24 Thread Balachandar R.A.
was with the consumer. Now the message itself is lost and producer has any way to obtain and resend the lost message? with regards Bala -- Forwarded message -- From: Balachandar R.A. Date: 23 April 2013 10:48 Subject: Consumer not consume message To: users@activemq.apache.org

Re: Consumer not consume message

2013-04-23 Thread Timothy Bish
On 04/23/2013 01:18 AM, Balachandar R.A. wrote: Hello, I have an issue. I push 100 messages to the queue with one consumer initially. The consumer takes the message and starts working. After few seconds, I start another consumer. The second consumer does not take any messages from the queue even

Consumer not consume message

2013-04-22 Thread Balachandar R.A.
Hello, I have an issue. I push 100 messages to the queue with one consumer initially. The consumer takes the message and starts working. After few seconds, I start another consumer. The second consumer does not take any messages from the queue eventhough there are messages pending in the queue. Id