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 2016/04/20 18:33:14 UTC

[2/2] activemq-artemis git commit: This closes #469

This closes #469


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

Branch: refs/heads/master
Commit: 1f586eaecb9cb8b7d5e67eaef76dcc58571f92e0
Parents: 0a719e0 3012447
Author: Clebert Suconic <cl...@apache.org>
Authored: Wed Apr 20 12:33:02 2016 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Apr 20 12:33:02 2016 -0400

----------------------------------------------------------------------
 .../protocol/openwire/OpenWireConnection.java   |  26 ++--
 .../core/protocol/openwire/amq/AMQSession.java  |   8 +-
 .../artemis/core/postoffice/PostOffice.java     |  24 ++--
 .../artemis/core/postoffice/RoutingStatus.java  |  27 ++++
 .../core/postoffice/impl/PostOfficeImpl.java    |  41 +++---
 .../artemis/core/server/ServerSession.java      |   5 +-
 .../core/server/impl/ServerSessionImpl.java     |  27 +++-
 tests/activemq5-unit-tests/pom.xml              |  18 +++
 .../apache/activemq/broker/BrokerService.java   |  97 +++----------
 .../activemq/broker/SslBrokerService.java       |   7 -
 .../artemiswrapper/ArtemisBrokerWrapper.java    |   6 +-
 .../transport/tcp/TcpTransportFactory.java      |   1 +
 ...mis.spi.core.protocol.ProtocolManagerFactory |   2 -
 .../ActiveMQSslConnectionFactoryTest.java       |   2 +-
 .../apache/activemq/JmsTempDestinationTest.java | 138 +++++++------------
 .../activemq/transport/SoWriteTimeoutTest.java  |  12 +-
 .../core/server/impl/fakes/FakePostOffice.java  |  33 +++--
 17 files changed, 217 insertions(+), 257 deletions(-)
----------------------------------------------------------------------