Details
Description
example:
- consumer on QueueA does a transaction.rollback
- message is being redelivered by the redeliveryPlugin to QueueA - as expected.
- When the message is consumed again the AMQ_SCHEDULED_DELAY property is still set
- the same message is subsequently sent to queueB
- the send() is intercepted by org.apache.activemq.broker.scheduler.SchedulerBroker and scheduled for delivery later - this is not expected