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 2017/06/27 16:19:55 UTC

[4/4] activemq-artemis git commit: This closes #1367

This closes #1367


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

Branch: refs/heads/master
Commit: 4d6956c291d6eb429abc3898c5273988dfb238a9
Parents: 8a8023b f407d86
Author: Clebert Suconic <cl...@apache.org>
Authored: Tue Jun 27 12:19:38 2017 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Jun 27 12:19:38 2017 -0400

----------------------------------------------------------------------
 .../activemq/artemis/cli/commands/Run.java      |   4 +-
 .../artemis/integration/FileBroker.java         |  12 +-
 .../artemis/core/server/ServiceComponent.java   |   2 +-
 .../impl/ActiveMQServerControlImpl.java         |   4 +-
 .../artemis/core/server/ActiveMQServer.java     |   2 +-
 .../core/server/impl/ActiveMQServerImpl.java    |  24 +--
 .../impl/SharedNothingLiveActivation.java       |   2 +-
 .../core/server/impl/EmbeddedServerTest.java    |  12 +-
 .../artemis/tests/util/ActiveMQTestBase.java    |   2 +-
 .../artemis/component/WebServerComponent.java   |   4 -
 .../tests/extras/byteman/BMFailoverTest.java    |   2 +-
 .../LargeMessageOverReplicationTest.java        |   2 +-
 ...eOnSyncLargeMessageOverReplication2Test.java |   2 +-
 ...ceOnSyncLargeMessageOverReplicationTest.java |   2 +-
 .../extras/byteman/StartStopDeadlockTest.java   |   2 +-
 .../client/InterruptedLargeMessageTest.java     |  12 +-
 .../cluster/bridge/BridgeReconnectTest.java     |   6 +-
 .../integration/cluster/bridge/BridgeTest.java  |   2 +-
 .../failover/GroupingFailoverTestBase.java      |   4 +-
 .../NetworkIsolationReplicationTest.java        | 178 -----------------
 .../failover/NetworkReplicationTest.java        | 198 +++++++++++++++++++
 .../cluster/util/SameProcessActiveMQServer.java |   2 +-
 .../divert/ReplicationWithDivertTest.java       |   2 +-
 .../jms/server/management/JMSUtil.java          |   2 +-
 .../integration/mqtt/imported/MQTTTest.java     |   2 +-
 .../PagingWithFailoverAndCountersTest.java      |   2 +-
 .../integration/server/SimpleStartStopTest.java |   2 +-
 27 files changed, 251 insertions(+), 239 deletions(-)
----------------------------------------------------------------------