This closes #1980
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/309729bb Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/309729bb Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/309729bb Branch: refs/heads/master Commit: 309729bbdb4e7160a4e41d25521ad54f8d680c3f Parents: b6a29a5 c2955af Author: Clebert Suconic <[email protected]> Authored: Thu Mar 29 16:38:12 2018 -0400 Committer: Clebert Suconic <[email protected]> Committed: Thu Mar 29 16:38:12 2018 -0400 ---------------------------------------------------------------------- artemis-cli/pom.xml | 6 +++ .../artemis/cli/commands/AbstractAction.java | 4 +- .../artemis/cli/commands/messages/Browse.java | 7 ++- .../commands/messages/ConnectionAbstract.java | 45 +++++++++++++++++++- .../artemis/cli/commands/messages/Consumer.java | 8 ++-- .../cli/commands/messages/ConsumerThread.java | 8 +++- .../cli/commands/messages/DestAbstract.java | 12 ++++++ .../artemis/cli/commands/messages/Producer.java | 7 ++- artemis-distribution/pom.xml | 10 ++++- artemis-distribution/src/main/assembly/dep.xml | 1 + 10 files changed, 90 insertions(+), 18 deletions(-) ----------------------------------------------------------------------
