Re: redelivery from a queue

2011-10-14 Thread Tibor Pal
It turned out that the problem has nothing to do with ActiveMQ or Spring configuration. There was a bug in our code. The described architecture and configuration must work. -- View this message in context: http://activemq.2283324.n4.nabble.com/redelivery-from-a-queue-tp3904212p3904989.html Sent f

redelivery from a queue

2011-10-14 Thread Tibor Pal
Hi, I'm having a problem with message redelivery (ActiveMQ version is 5.5). It seems messages are redelivered from the broker to the consumer several times. The session is not transacted and the acknowledgement mode is auto. Besides I cannot see any exception thrown by the application. Our consume