mirror of
https://github.com/apache/activemq.git
synced 2025-02-16 15:08:10 +00:00
This closes #1031
This commit is contained in:
commit
52d70325ca
@ -718,6 +718,7 @@ public class ProtocolConverter {
|
||||
if (subscriptionId != null) {
|
||||
StompSubscription sub = this.subscriptions.remove(subscriptionId);
|
||||
if (sub != null) {
|
||||
subscriptionsByConsumerId.remove(sub.getConsumerInfo().getConsumerId());
|
||||
sendToActiveMQ(sub.getConsumerInfo().createRemoveCommand(), createResponseHandler(command));
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user