mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-21 01:15:50 +00:00
Fix removing ended transaction id in OpenWireConnection.CommandProcessor
This commit is contained in:
parent
7ce2d7c199
commit
9022a311f3
@ -1195,7 +1195,7 @@ public class OpenWireConnection extends AbstractRemotingConnection implements Se
|
||||
}
|
||||
}
|
||||
else {
|
||||
txMap.remove(info);
|
||||
txMap.remove(txID);
|
||||
clearOpeartionContext();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user