ARTEMIS-2788 clear openwire producer exchange, created on send, on producer close event
This commit is contained in:
parent
9a5f53a47c
commit
56dbd91263
|
@ -1211,6 +1211,9 @@ public class OpenWireConnection extends AbstractRemotingConnection implements Se
|
|||
ss.removeProducer(id);
|
||||
}
|
||||
}
|
||||
synchronized (producerExchanges) {
|
||||
producerExchanges.remove(id);
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue