You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Dejan Bosanac (JIRA)" <ji...@apache.org> on 2014/01/28 14:48:37 UTC

[jira] [Created] (AMQ-4995) Runtime Configuration Plugin - reapply destination interceptor after reload

Dejan Bosanac created AMQ-4995:
----------------------------------

             Summary: Runtime Configuration Plugin - reapply destination interceptor after reload
                 Key: AMQ-4995
                 URL: https://issues.apache.org/jira/browse/AMQ-4995
             Project: ActiveMQ
          Issue Type: Bug
    Affects Versions: 5.9.0
            Reporter: Dejan Bosanac
            Assignee: Dejan Bosanac
             Fix For: 5.10.0


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

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



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)