Re: Messages from a queue are moved to Dead Letter Queue

2018-03-21 Thread Tim Bain
Roger, I apologize for the delayed response. Your message didn't get delivered via email to me (maybe to others as well). If you're still having this problem, the behavior you're seeing sounds consistent with the behavior if you had consumers that used selectors and some of the messages didn't ma

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