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>