[
https://issues.apache.org/jira/browse/AMQ-4995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dejan Bosanac resolved AMQ-4995.
--------------------------------
Resolution: Fixed
Fixed with http://git-wip-us.apache.org/repos/asf/activemq/commit/55da9bc8
> 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)