You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ga...@apache.org on 2020/03/03 11:42:03 UTC

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

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

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

commit 0c046641c0c0b293821ade5cedacfb47cd88bd85
Merge: 6a04a33 cb8da54
Author: Howard Gao <ho...@gmail.com>
AuthorDate: Tue Mar 3 19:40:30 2020 +0800

    This closes #2432

 .../artemis/api/config/ServerLocatorConfig.java    |  86 ++++++
 .../artemis/api/core/client/ServerLocator.java     |   5 +
 .../core/client/impl/ClientSessionFactoryImpl.java |  27 +-
 .../core/client/impl/ServerLocatorImpl.java        | 315 ++++++---------------
 .../extensions/xa/recovery/XARecoveryConfig.java   |  51 +++-
 .../tests/integration/ra/ResourceAdapterTest.java  |  34 +++
 6 files changed, 271 insertions(+), 247 deletions(-)