This closes #212
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/c67df73b Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/c67df73b Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/c67df73b Branch: refs/heads/master Commit: c67df73b8016c72b4e185c1b2bb5689c0cf533c4 Parents: aa4cac6 bc828c0 Author: Clebert Suconic <[email protected]> Authored: Thu Oct 22 10:30:51 2015 -0400 Committer: Clebert Suconic <[email protected]> Committed: Thu Oct 22 10:30:51 2015 -0400 ---------------------------------------------------------------------- artemis-distribution/src/main/assembly/dep.xml | 1 + .../artemis-hornetq-protocol/pom.xml | 5 + .../HQPropertiesConversionInterceptor.java | 54 ---------- .../client/HornetQClientProtocolManager.java | 67 ------------ .../HornetQClientProtocolManagerFactory.java | 46 --------- .../client/HornetQClientSessionContext.java | 101 ------------------- .../hornetq/util/HQPropertiesConverter.java | 86 ---------------- .../artemis-hqclient-protocol/pom.xml | 53 ++++++++++ .../HQPropertiesConversionInterceptor.java | 54 ++++++++++ .../client/HornetQClientProtocolManager.java | 67 ++++++++++++ .../HornetQClientProtocolManagerFactory.java | 46 +++++++++ .../client/HornetQClientSessionContext.java | 101 +++++++++++++++++++ .../hornetq/util/HQPropertiesConverter.java | 86 ++++++++++++++++ ...mis.spi.core.protocol.ProtocolManagerFactory | 1 + artemis-protocols/pom.xml | 1 + 15 files changed, 415 insertions(+), 354 deletions(-) ----------------------------------------------------------------------
