This closes #47 New commands + remove extra-tests

Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/c6cba408
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/c6cba408
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/c6cba408

Branch: refs/heads/master
Commit: c6cba4088805e6171e0732a973a628c909474515
Parents: 077a416 91a41ad
Author: jbertram <[email protected]>
Authored: Wed Jun 24 09:02:08 2015 -0500
Committer: jbertram <[email protected]>
Committed: Wed Jun 24 09:02:08 2015 -0500

----------------------------------------------------------------------
 .../apache/activemq/artemis/cli/Artemis.java    |   6 +-
 .../activemq/artemis/cli/commands/Consumer.java |  88 ++++
 .../activemq/artemis/cli/commands/Create.java   |   7 +-
 .../artemis/cli/commands/DestAbstract.java      |  51 +++
 .../activemq/artemis/cli/commands/Producer.java |  92 ++++
 .../activemq/artemis/cli/commands/Run.java      |  23 +-
 .../cli/commands/util/ConsumerThread.java       | 268 ++++++++++++
 .../cli/commands/util/ProducerThread.java       | 431 +++++++++++++++++++
 .../activemq/artemis/cli/commands/util/demo.txt |  15 +
 .../activemq/artemis/test/ArtemisTest.java      |  41 ++
 artemis-distribution/src/main/assembly/dep.xml  |   1 +
 .../artemis/jms/client/ActiveMQDestination.java |  56 ++-
 .../artemis/jms/client/ActiveMQQueue.java       |   5 +
 .../artemis/jms/client/ActiveMQTopic.java       |   7 +-
 pom.xml                                         |   5 +-
 tests/pom.xml                                   |   7 +-
 16 files changed, 1090 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


Reply via email to