RE: purging an ActiveMQ queue

2008-03-05 Thread Andrew
Sent: Wednesday, March 05, 2008 12:17 AM To: users@activemq.apache.org Subject: Re: purging an ActiveMQ queue On 04/03/2008, Andrew <[EMAIL PROTECTED]> wrote: > I would like to set up a topic or queue so that when a client connects to > the broker and subscribes to that topic he receives

Re: purging an ActiveMQ queue

2008-03-04 Thread James Strachan
On 04/03/2008, Andrew <[EMAIL PROTECTED]> wrote: > I would like to set up a topic or queue so that when a client connects to > the broker and subscribes to that topic he receives a refresh of all the > messages sent so far on that topic that day. At midnight the broker should > purge the day's

purging an ActiveMQ queue

2008-03-04 Thread Andrew
I would like to set up a topic or queue so that when a client connects to the broker and subscribes to that topic he receives a refresh of all the messages sent so far on that topic that day. At midnight the broker should purge the day's messages. What's the best way to do that? Thanks, Andre