Bluelock / camel-spring-amqp

Spring AMQP Component for Apache Camel
61 stars 53 forks source link

SpringAMQPConsumer needs a doStop() method. Spring context will not shut down #34

Closed andrewcanary closed 10 years ago

andrewcanary commented 11 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).

deckerego commented 10 years ago

Fixed in master.