ARTEMIS-2788 clear openwire producer exchange, created on send, on producer close event

This commit is contained in:
gtully 2020-06-05 10:22:44 +01:00
parent 9a5f53a47c
commit 56dbd91263
1 changed files with 3 additions and 0 deletions

View File

@ -1211,6 +1211,9 @@ public class OpenWireConnection extends AbstractRemotingConnection implements Se
ss.removeProducer(id);
}
}
synchronized (producerExchanges) {
producerExchanges.remove(id);
}
return null;
}