Re: Coping with forgetful subscribers

2010-07-29 Thread Gary Tully
Have a read of http://activemq.apache.org/virtual-destinations.html I can imagine a variant of a filtered destination that sets an message expiry duration such that it maintains a time limited mirror of a queue. Then a composite destination that also pulls from the mirror. If you implement your

Re: Coping with forgetful subscribers

2010-07-29 Thread Jeff Wartes
-with-forgetful-subscribers-tp29292239p29298648.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Coping with forgetful subscribers

2010-07-28 Thread Jeff Wartes
Given a queue and the assumption that messages are idempotent, I'm looking for a way to have a given consumer go 'back in time', and re-play some period or even all available messages prior to resuming normal consumption. Possibly as much as the last 24 hours worth. The trick is that the