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/11 22:51:37 UTC

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

This closes #449


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

Branch: refs/heads/master
Commit: fbff5e7dd61bc4705e1b7d37fd29be75aca59bd3
Parents: e285c2f e6e1311
Author: Clebert Suconic <cl...@apache.org>
Authored: Mon Apr 11 16:51:02 2016 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon Apr 11 16:51:02 2016 -0400

----------------------------------------------------------------------
 .../protocol/openwire/OpenWireProtocolManager.java     |  1 +
 .../artemis/core/protocol/openwire/amq/AMQSession.java |  2 ++
 .../artemis/core/config/impl/ConfigurationImpl.java    |  1 +
 .../artemis/core/paging/impl/PagingStoreImpl.java      |  1 +
 .../artemis/core/server/impl/MessageReferenceImpl.java |  1 +
 .../activemq/artemis/core/server/impl/QueueImpl.java   |  1 +
 .../artemis/core/server/impl/ServerConsumerImpl.java   |  1 +
 .../artemis/core/server/impl/ServerSessionImpl.java    |  5 +++++
 .../java/org/apache/activemq/AutoFailTestSupport.java  |  3 +++
 .../org/apache/activemq/EmbeddedBrokerTestSupport.java |  1 +
 .../org/apache/activemq/JmsQueueTransactionTest.java   |  1 +
 .../apache/activemq/transport/TopicClusterTest.java    |  1 +
 .../activemq/transport/failover/AMQ1925Test.java       |  3 +++
 .../FailoverConsumerOutstandingCommitTest.java         |  5 +++++
 .../failover/FailoverConsumerUnconsumedTest.java       |  9 +++++++++
 .../transport/failover/FailoverPrefetchZeroTest.java   |  2 ++
 .../transport/failover/FailoverTransactionTest.java    | 13 +++++++++++++
 .../transport/fanout/FanoutTransportBrokerTest.java    |  2 ++
 .../java/org/apache/activemq/util/SocketProxy.java     |  2 ++
 .../RaceOnSyncLargeMessageOverReplication2Test.java    |  1 +
 .../RaceOnSyncLargeMessageOverReplicationTest.java     |  1 +
 .../performance/storage/PersistMultiThreadTest.java    |  1 +
 22 files changed, 58 insertions(+)
----------------------------------------------------------------------