mirror of https://github.com/apache/activemq.git
Apply fix for: https://issues.apache.org/activemq/browse/AMQ-2426
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@819035 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7290d95b88
commit
87cdbbe961
|
@ -169,7 +169,7 @@ public class StompSubscription {
|
|||
unconsumedMessage.add(dispatchedMessage.get(msgId));
|
||||
ack.setTransactionId(transactionId);
|
||||
}
|
||||
dispatchedMessage.remove(messageId);
|
||||
dispatchedMessage.remove(msgId);
|
||||
}
|
||||
return ack;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue