Merge pull request #3170 from gtully/ARTEMIS-2788
ARTEMIS-2788 clear openwire producer exchange, created on send, on pr…
This commit is contained in:
commit
d0eabde447
|
@ -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