Repository: activemq-artemis Updated Branches: refs/heads/master dc8a22250 -> 4a00e5c1e
This closes #928 merging #928 - ARTEMIS-878 Improving CLI experience around create queue and address Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/4a00e5c1 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/4a00e5c1 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/4a00e5c1 Branch: refs/heads/master Commit: 4a00e5c1e301e174274a2dec3a8c04af996a11e2 Parents: dc8a222 6ec7efc Author: Andy Taylor <[email protected]> Authored: Fri Dec 16 13:15:28 2016 +0000 Committer: Andy Taylor <[email protected]> Committed: Fri Dec 16 13:15:28 2016 +0000 ---------------------------------------------------------------------- .../apache/activemq/artemis/boot/Artemis.java | 4 +- .../apache/activemq/artemis/cli/Artemis.java | 10 +- .../artemis/cli/commands/InputAbstract.java | 41 +++- .../cli/commands/address/AddressAbstract.java | 107 ++++++++++ .../cli/commands/address/CreateAddress.java | 29 +-- .../cli/commands/address/DeleteAddress.java | 15 +- .../cli/commands/address/ShowAddress.java | 13 +- .../cli/commands/address/UpdateAddress.java | 29 +-- .../artemis/cli/commands/queue/CreateQueue.java | 77 +------ .../cli/commands/queue/QueueAbstract.java | 207 +++++++++++++++++++ .../artemis/cli/commands/queue/UpdateQueue.java | 52 +---- .../impl/journal/DescribeJournal.java | 5 + .../integration/cli/AddressCommandTest.java | 9 +- .../tests/integration/cli/QueueCommandTest.java | 27 ++- 14 files changed, 401 insertions(+), 224 deletions(-) ----------------------------------------------------------------------
