GitHub user stanlyDoge opened a pull request:
https://github.com/apache/activemq-artemis/pull/1629
ARTEMIS-1486 Core client should be notified if consumer is closed on â¦
â¦broker side
If consumer is closed on broker using e.g. Hawtio console, client connected
as that consumer (representation of broker resource) should be notified about
that fact and react to that. It doesn't seem to react. If consumer is closed,
as a result of not being notified, client hangs in the air and cannot receive
messages.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/stanlyDoge/activemq-artemis-1 ARTEMIS-1486
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1629.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1629
----
commit e8bc60ee003213dd90369cf6786190ae1dc24326
Author: Stanislav Knot <[email protected]>
Date: 2017-10-31T13:08:23Z
ARTEMIS-1486 Core client should be notified if consumer is closed on broker
side
----
---