GitHub user jbertram opened a pull request:
https://github.com/apache/activemq-artemis/pull/2136
Revert "[ARTEMIS-1819] Missing fields on listAllConsumersAsJSON, listâ¦
â¦ConsumersAsJSON and listConnectionsAsJSON"
This reverts commit c3fbd1b9e479f87898e0acd53f386d588c997632.
Based on the discussion on the PR
https://github.com/apache/activemq-artemis/pull/2035 this shouldn't have
been merged. It's importing JMS-specific code into the core broker which
is something we've worked hard to eliminate in recent releases.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-1819
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2136.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 #2136
----
commit 6b5ed51c4d5f3adcc7a6342bc1415087b7923a65
Author: Justin Bertram <jbertram@...>
Date: 2018-06-12T02:35:33Z
Revert "[ARTEMIS-1819] Missing fields on listAllConsumersAsJSON,
listConsumersAsJSON and listConnectionsAsJSON"
This reverts commit c3fbd1b9e479f87898e0acd53f386d588c997632.
Based on the discussion on the PR
https://github.com/apache/activemq-artemis/pull/2035 this shouldn't have
been merged. It's importing JMS-specific code into the core broker which
is something we've worked hard to eliminate in recent releases.
----
---