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

staticallyIncludedDestinations set in a Network of Brokers results in duplicate messages

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 5.2.0
    • 5.3.0
    • Broker
    • None

    Description

      When you include statically destinations with wildcards, such as

      <staticallyIncludedDestinations>
        <topic physicalName=">"/>
      </staticallyIncludedDestinations>

      you will receive duplicate messages on the receive broker side. The problem is the reversed destination filter matching while adding an interest to the demandsubscription in the conduit bridge. It will not match that we already have a consumer for all destinations and will add another consumer for the particular destination.

      Attachments

        Activity

          People

            dejanb Dejan Bosanac
            dejanb Dejan Bosanac
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: