removeTopicTask fixed

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@945495 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2010-05-18 04:55:30 +00:00
parent 0d05af6614
commit b09ed031aa
1 changed files with 1 additions and 1 deletions

View File

@ -983,7 +983,7 @@ public class KahaDBStore extends MessageDatabase implements PersistenceAdapter {
this.topicStore.doAcknowledge(context, key, this.message.getMessageId());
}
}
removeQueueTask(this.message.getMessageId());
removeTopicTask(this.message.getMessageId());
this.future.complete();
}
} catch (Exception e) {