Re: Broker restarts can cause loss of broker redelivered messages

2013-05-22 Thread DrewB
I have opened a JIRA item. https://issues.apache.org/jira/browse/AMQ-4550 -- View this message in context: http://activemq.2283324.n4.nabble.com/Broker-restarts-can-cause-loss-of-broker-redelivered-messages-tp4667312p4667358.html Sent from the

Broker restarts can cause loss of broker redelivered messages

2013-05-21 Thread DrewB
I'm attempting to use broker redelivery to redeliver messages that could not be processed initially by the consumer. The behavior is expected under most circumstances, but I've observed some behavior in cases where a broker is restarted while scheduled retries are pending that won't work for me.

Expired messages on a broker with redelivery seem seem to result in "ghost" messages

2013-04-04 Thread DrewB
I am using ActiveMQ 5.7. As part of the application in question, I require the use of both message expiration and broker redelivery. The two features work as expected in isolation. Without redelivery enabled, messages with a non-zero TTL are removed from the queue after they expire. The deque