mirror of https://github.com/apache/activemq.git
Merge fix for https://issues.apache.org/activemq/browse/AMQ-2426 from trunk
git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-5.3@819037 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9fdb13aeca
commit
cb3dd92ed2
|
@ -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