mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-4682 - remove stacktrace
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1517795 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8d480b451a
commit
4d3923a242
|
@ -449,7 +449,6 @@ public class RuntimeConfigurationBroker extends BrokerFilter {
|
||||||
RegionBroker regionBroker = (RegionBroker) getBrokerService().getRegionBroker();
|
RegionBroker regionBroker = (RegionBroker) getBrokerService().getRegionBroker();
|
||||||
((CompositeDestinationInterceptor) regionBroker.getDestinationInterceptor()).setInterceptors(destinationInterceptors);
|
((CompositeDestinationInterceptor) regionBroker.getDestinationInterceptor()).setInterceptors(destinationInterceptors);
|
||||||
info("applied new: " + interceptorsList);
|
info("applied new: " + interceptorsList);
|
||||||
Thread.dumpStack();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue