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 2019/08/02 17:26:31 UTC

[activemq-artemis] 03/03: This closes #2778

This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git

commit 6500ca0f86157759b191bfa13bc262449c7a441d
Merge: b142fa9 9c5a2f4
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Fri Aug 2 13:26:16 2019 -0400

    This closes #2778

 .../activemq/artemis/cli/commands/Create.java      |  2 +-
 .../apache/activemq/artemis/cli/commands/Run.java  |  4 +-
 .../jms/server/impl/JMSServerManagerImpl.java      |  4 +-
 .../artemis/core/server/ActivateCallback.java      | 11 +++++
 .../core/server/impl/ActiveMQServerImpl.java       |  8 ++++
 .../CleaningActivateCallback.java}                 | 33 ++++++--------
 .../artemis/core/server/impl/InVMNodeManager.java  |  2 +-
 .../core/server/impl/jdbc/JdbcNodeManager.java     |  3 +-
 .../management/impl/ManagementServiceImpl.java     |  4 +-
 .../cluster/bridge/BridgeReconnectTest.java        |  1 -
 .../integration/discovery/DiscoveryBaseTest.java   |  3 +-
 .../integration/server/ActivationCallbackTest.java | 51 ++++++++++++++++++++++
 12 files changed, 95 insertions(+), 31 deletions(-)