On Wed, Nov 18, 2009 at 6:11 PM, Patrick Forhan <fe...@muddyhorse.com> wrote: > that a bit. It may be Spring as it shuts down the JMS listeners, Yes, spring try to release the JMS listeners: org.ops4j.pax.logging.pax-logging-api[org.springframework.jms.listener.DefaultMe ssageListenerContainer] : Shutting down JMS listener container
First you may try send shutdown command from console and it should perform a clean success shutdown. If this failed, you need make sure spring beans dependencies are setup correctly. If it works, then try to commit the shutdown JMS message to listener first, then start a new thread to send the shutdown command. You may turn on felix debug flag to get more details about what's going on inside felix framework. -Guo --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org