mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-2821 - destination gc, use proper connection context
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1061287 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
600c7c2c7c
commit
ec30bf0c95
|
@ -946,7 +946,7 @@ public class RegionBroker extends EmptyBroker {
|
|||
|
||||
if (list.isEmpty() == false) {
|
||||
|
||||
ConnectionContext context = new ConnectionContext();
|
||||
ConnectionContext context = BrokerSupport.getConnectionContext(this);
|
||||
context.setBroker(this);
|
||||
|
||||
for (BaseDestination dest : list) {
|
||||
|
|
Loading…
Reference in New Issue