git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@819035 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2009-09-25 21:45:23 +00:00
parent 7290d95b88
commit 87cdbbe961
1 changed files with 14 additions and 14 deletions

View File

@ -169,7 +169,7 @@ public class StompSubscription {
unconsumedMessage.add(dispatchedMessage.get(msgId));
ack.setTransactionId(transactionId);
}
dispatchedMessage.remove(messageId);
dispatchedMessage.remove(msgId);
}
return ack;
}