Repository: activemq-artemis Updated Branches: refs/heads/master fe95e1f07 -> f1136a973
This closes #74 OpenWire test fixes Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/f1136a97 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/f1136a97 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/f1136a97 Branch: refs/heads/master Commit: f1136a97347b8d38ddb6a26e6940906544fd8fcc Parents: fe95e1f fbdf9cd Author: Clebert Suconic <[email protected]> Authored: Mon Jul 13 09:39:52 2015 -0400 Committer: Clebert Suconic <[email protected]> Committed: Mon Jul 13 09:39:52 2015 -0400 ---------------------------------------------------------------------- .../activemq/ActiveMQConnectionFactory.java | 995 +++++++++++++++++++ .../artemiswrapper/ArtemisBrokerHelper.java | 20 + .../apache/activemq/broker/BrokerService.java | 11 +- .../artemiswrapper/ArtemisBrokerBase.java | 2 +- .../artemiswrapper/ArtemisBrokerWrapper.java | 17 +- .../transport/tcp/TcpTransportFactory.java | 169 ++++ .../activemq/ActiveMQConnectionFactoryTest.java | 8 + .../activemq/ActiveMQInputStreamTest.java | 5 +- 8 files changed, 1215 insertions(+), 12 deletions(-) ----------------------------------------------------------------------
