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

Allow easy creation of purely static bridges

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 5.5.0
    • 5.6.0
    • None
    • None

    Description

      Introduce new boolean property which will prevent network connector to create listener for consumer advisory messages and only bridge statically defined destinations, like

      <networkConnector ... staticBridge="true">
              <staticallyIncludedDestinations>
            		<queue physicalName="always.include.queue"/>
              </staticallyIncludedDestinations>
      </networkConnector>

      This will help in cases when we want to create "purely" static network between brokers and prevent remote consumer information affect the local broker (and also decrease load on the network connector by not having advisories exchanged between brokers)

      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: