This closes #277
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/d435a3d0 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/d435a3d0 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/d435a3d0 Branch: refs/heads/master Commit: d435a3d00a71b1a8cdc07323cda0d8e3a25505f4 Parents: aa84b4c d48e344 Author: Clebert Suconic <[email protected]> Authored: Mon Dec 21 22:06:04 2015 -0500 Committer: Clebert Suconic <[email protected]> Committed: Mon Dec 21 22:06:04 2015 -0500 ---------------------------------------------------------------------- .../activemq/artemis/core/client/impl/ClientSessionImpl.java | 1 + .../artemis/core/remoting/impl/netty/NettyConnection.java | 2 ++ .../activemq/artemis/core/protocol/mqtt/MQTTConnection.java | 1 + .../artemis/core/protocol/openwire/OpenWireConnection.java | 1 + .../activemq/artemis/core/protocol/stomp/StompConnection.java | 1 + .../artemis/core/remoting/impl/invm/InVMConnection.java | 1 + .../activemq/artemis/core/transaction/impl/TransactionImpl.java | 2 ++ .../extras/jms/ra/MDBMultipleHandlersServerDisconnectTest.java | 5 +++++ .../tests/performance/storage/PersistMultiThreadTest.java | 2 ++ .../tests/performance/storage/SendReceiveMultiThreadTest.java | 3 +++ 10 files changed, 19 insertions(+) ----------------------------------------------------------------------
