Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-4065

Remove the message's trace list during Queue::reRoute

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.17
    • C++ Broker
    • None

    Description

      When messages in a queue are re-routed through an exchange by the "reRoute" method, the trace list in each re-routed message must be cleared.

      The reason for this is that re-route is often used to attempt to route messages that were previously unroutable and were stored in a queue. If the trace list is left in the message, loop-prevention might cause the message to be dropped if the new route leads to a broker through which the message has already passed.

      From a loop-prevention standpoint, re-routed messages must start from scratch with a clean trace list.

      Attachments

        Activity

          People

            tross Ted Ross
            tross Ted Ross
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: