mirror of
https://github.com/apache/activemq.git
synced 2025-02-24 19:15:06 +00:00
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));
|
unconsumedMessage.add(dispatchedMessage.get(msgId));
|
||||||
ack.setTransactionId(transactionId);
|
ack.setTransactionId(transactionId);
|
||||||
}
|
}
|
||||||
dispatchedMessage.remove(messageId);
|
dispatchedMessage.remove(msgId);
|
||||||
}
|
}
|
||||||
return ack;
|
return ack;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user