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

Runtime Configuration Plugin - reapply destination interceptor after reload

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 5.9.0
    • 5.9.1, 5.10.0
    • None
    • None

    Description

      When we change destination interceptor we need to reapply it to all destination as otherwise the effects will have no change. An example is changing property like "forwardOnly" in the following configuration

      <destinationInterceptors>
          <virtualDestinationInterceptor>
             <virtualDestinations>
                 <compositeQueue forwardOnly="false" name="VirtualDestination.CompositeQueue">
                     <forwardTo>
                         <queue physicalName="VirtualDestination.QueueConsumer"/>
                         <topic physicalName="VirtualDestination.TopicConsumer"/>
                     </forwardTo>
                 </compositeQueue>
             </virtualDestinations>
          </virtualDestinationInterceptor>
      </destinationInterceptors>

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: