Hi,
We use spring JMS DefaultMessageListenerContainer within a tomcat 7 container.
When the application is closed or Tomcat shutdown will there automatically be a graceful shutdown of the listener?
With graceful I mean that the listener shall not accept any new JMS-messages and the ongoing handled messages
should be allowed to continue until finished and then the listener shall close.
/Gunnar