[
https://issues.apache.org/jira/browse/AMQ-4995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hadrian Zbarcea updated AMQ-4995:
---------------------------------
Fix Version/s: 5.9.1
> 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.9.1, 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.2#6252)