Closed andrewcanary closed 10 years ago
SpringAMQPConsumer has a do shutdown() but it is never called. This logic needs to be in a doStop() method for the spring context to properly shut down (especially in a servlet container like Tomcat).
Fixed in master.
SpringAMQPConsumer has a do shutdown() but it is never called. This logic needs to be in a doStop() method for the spring context to properly shut down (especially in a servlet container like Tomcat).