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:
Bosanac Dejan 2011-01-20 13:11:19 +00:00
parent 600c7c2c7c
commit ec30bf0c95
1 changed files with 1 additions and 1 deletions

View File

@ -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) {