Re: ActiveMQ 4.1.1: retroactive consumer not getting all messages

2008-04-03 Thread vkumar
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

Re: ActiveMQ 4.1.1: retroactive consumer not getting all messages

2008-04-03 Thread ttmdev
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