Re: Redelivery schedule is messed up when there are multiple messages on the queue.

2018-05-08 Thread Tim Bain
This looks like the same behavior captured in https://issues.apache.org/jira/browse/AMQ-5730, which unfortunately has been open and unworked since April 2015. I've added a comment to that story noting that you hit the same problem and adding what I found based on my searching in the source code. T

Redelivery schedule is messed up when there are multiple messages on the queue.

2018-05-08 Thread SriLavanyaPaleti
We implemented a queue which should retry the messages on it when there is an exception. This is done through ActiveMQ(5.11.1) and Spring. The requirement is to have the message processing parallel with the messages not being dependent on each others retry schedule. Issue : When there are multipl

Redelivery schedule is messed up when there are multiple messages on the queue.

2018-05-08 Thread SriLavanyaPaleti
We implemented a queue which should retry the messages on it when there is an exception. This is done through ActiveMQ(5.11.1) and Spring. The requirement is to have the message processing parallel with the messages not being dependent on each others retry schedule. Issue : When there are multipl