Thanks for the reply.
The url you refered to is applicable to "topics", but for "queues",
retrospective consumers should be able to get all the messages on the queue.
right?
Thanks,
vasant
--
View this message in context:
http://www.nabble.com/ActiveMQ-4.1.1%3A-retroactive-consumer-not-gettin
I don't think that the retroactive consumer feature guarantees delivery of
all messages sent while the consumer was inactive. The way this feature is
described, it is more of a best-attempt effort to deliver the messages.
http://activemq.apache.org/retroactive-consumer.html
Have you considered
We are using ActiveMQ 4.1.1 and a retroactive consumer does not receive all
messages.
OS: Windows 2003 Server
Java: 1.5.0_11
In this particular case, we had 403 messages on the queue, we call
receiveNoWait() in a loop and after N messages where N < 403,
receiveNoWiat() returns nothing. The value