Problem with consumers

2018-02-18 Thread anil
We recently made few changes to our AMQ 5.15. After that consumers start dropping in few hours, and not able to connect back. In case of restart of broker, all are gone. Changes we did:- old config:- New config:- old config:- transportConnector name="openwire" uri="tcp://0.0.0.0:61616?maximumC

Messages from a queue are moved to Dead Letter Queue

2018-02-18 Thread rmall...@yahoo.com
Hello, I am struggling to figure out why my messages are moved to dead letter queue even though I have active consumers listening on the queue. Here is the scenario, I have a spring web application that processes file with CSV entries and each line becomes a message. We use Spring JMSTemplate for