Re: Cleaning the database

2007-05-19 Thread James Strachan
On 5/18/07, Jim Alateras <[EMAIL PROTECTED]> wrote: James Strachan wrote: > On 5/17/07, Jim Alateras <[EMAIL PROTECTED]> wrote: >> What is the best way to clear the database that stores persistent >> messages? I am using an embedded broker and the mysql database, which >> is shared with other app

Re: Cleaning the database

2007-05-18 Thread Jim Alateras
James Strachan wrote: On 5/17/07, Jim Alateras <[EMAIL PROTECTED]> wrote: What is the best way to clear the database that stores persistent messages? I am using an embedded broker and the mysql database, which is shared with other applications. You can purge individual queues via JMX; or just

Re: Cleaning the database

2007-05-18 Thread James Strachan
On 5/17/07, Jim Alateras <[EMAIL PROTECTED]> wrote: What is the best way to clear the database that stores persistent messages? I am using an embedded broker and the mysql database, which is shared with other applications. You can purge individual queues via JMX; or just drop & recreate the dat