Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-5119

broker redeliveryPlugin: after message redelivery, all subsequent "producer.send()" using same message are "scheduled" for delivery to queue rather than delivered to queue as normal

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 5.9.0
    • 5.10.0
    • Broker
    • None
      • tested on latest 5.10 snapshot

    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

      Attachments

        Activity

          People

            gtully Gary Tully
            pgfox Pat Fox
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: