mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-3341 - reseting destination map
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1129741 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0fc20ee183
commit
6fefadb620
|
@ -219,4 +219,11 @@ public class DestinationMap {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
public void reset() {
|
||||
queueRootNode = new DestinationMapNode(null);
|
||||
tempQueueRootNode = new DestinationMapNode(null);
|
||||
topicRootNode = new DestinationMapNode(null);
|
||||
tempTopicRootNode = new DestinationMapNode(null);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue