Interestingly the same kind of problem I had faced when using ActiveMQ with Spring JMS Template. I had to add this property in spring's jms:listener-container property to make that work.
acknowledge="auto"
Now when using RabbitMQ with Spring AMQP, I suppose I will have to use a similar property but not able to find out what that is...


Reply With Quote