This closes #50 Adding Browse command and other tweaks to the CLI
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/ab00b7c5 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/ab00b7c5 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/ab00b7c5 Branch: refs/heads/master Commit: ab00b7c5739c736680a381562f1e1c12de7ede79 Parents: e332eed aa4a063 Author: Clebert Suconic <[email protected]> Authored: Thu Jun 25 15:02:51 2015 -0400 Committer: Clebert Suconic <[email protected]> Committed: Thu Jun 25 15:02:51 2015 -0400 ---------------------------------------------------------------------- .../apache/activemq/artemis/cli/Artemis.java | 80 +++++++--- .../activemq/artemis/cli/commands/Action.java | 9 ++ .../artemis/cli/commands/ActionAbstract.java | 78 ++++++++++ .../activemq/artemis/cli/commands/Browse.java | 84 +++++++++++ .../artemis/cli/commands/Configurable.java | 40 +---- .../activemq/artemis/cli/commands/Consumer.java | 14 +- .../activemq/artemis/cli/commands/Create.java | 7 +- .../artemis/cli/commands/DestAbstract.java | 3 - .../artemis/cli/commands/HelpAction.java | 25 ++++ .../activemq/artemis/cli/commands/Producer.java | 9 +- .../artemis/cli/commands/tools/HelpData.java | 25 ++++ .../cli/commands/tools/XmlDataImporter.java | 4 +- .../cli/commands/util/ConsumerThread.java | 146 ++++++++++++++++++- .../activemq/artemis/test/ArtemisTest.java | 49 ++++++- .../artemis/jms/client/ActiveMQMessage.java | 18 +-- .../artemis/core/config/Configuration.java | 4 +- .../core/config/impl/ConfigurationImpl.java | 6 +- .../integration/journal/RelativePathTest.java | 4 +- 18 files changed, 505 insertions(+), 100 deletions(-) ----------------------------------------------------------------------
