You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2018/05/02 16:10:09 UTC

[3/3] activemq-artemis git commit: This closes #2056

This closes #2056


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

Branch: refs/heads/master
Commit: ab9f5128bced4e4dc4f892d10d6f0313a30c1866
Parents: 13fac86 64ce26e
Author: Clebert Suconic <cl...@apache.org>
Authored: Wed May 2 12:10:00 2018 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed May 2 12:10:00 2018 -0400

----------------------------------------------------------------------
 .../artemis/cli/commands/messages/Consumer.java |  57 ++-
 .../cli/commands/messages/ConsumerThread.java   |  73 ++--
 .../cli/commands/messages/DestAbstract.java     |  96 +++++
 .../artemis/cli/commands/messages/Producer.java | 121 +++++--
 .../cli/commands/messages/ProducerThread.java   |  11 +
 .../commands/tools/xml/XMLMessageExporter.java  | 148 ++++++++
 .../commands/tools/xml/XMLMessageImporter.java  | 331 +++++++++++++++++
 .../commands/tools/xml/XmlDataConstants.java    |   4 +-
 .../cli/commands/tools/xml/XmlDataExporter.java | 117 +-----
 .../commands/tools/xml/XmlDataExporterUtil.java |   2 +-
 .../cli/commands/tools/xml/XmlDataImporter.java | 288 +--------------
 .../factory/serialize/MessageSerializer.java    |  37 ++
 .../factory/serialize/XMLMessageSerializer.java | 118 ++++++
 .../cli/test/MessageSerializerTest.java         | 362 +++++++++++++++++++
 14 files changed, 1330 insertions(+), 435 deletions(-)
----------------------------------------------------------------------