git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1235530 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2012-01-24 22:18:29 +00:00
parent 5aa8b30c0f
commit 4d480c9239
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ public class TopicRegion extends AbstractRegion {
if (sub.isActive()) {
throw new JMSException("Durable consumer is in use");
} else {
durableSubscriptions.get(key);
durableSubscriptions.remove(key);
}
destinationsLock.readLock().lock();