Re: Exception when shutting down broker

2008-02-12 Thread toli
James, I'm seeing the same situation in Spring-configured broker. After we switched from 4.0 to 5.0.0, i'm seeing unit tests (withe embedded activemq) give this error: 14:22:47,381 [AcitveMQ Connection Worker: vm://it-oms#4] INFO AdvisoryConsumer - Failed to send remove command: javax.jms.JMSEx

Re: Exception when shutting down broker

2007-12-31 Thread James Strachan
It looks like a spring dependency issue in your activemq.xml - but nothing to worry about really. The DataSource should be closed after the broker is correctly shut down. Right now it looks like the JDBC connection pool is being closed first. On 28/12/2007, MQ Newbie <[EMAIL PROTECTED]> wrote: > >