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 2021/07/16 13:19:16 UTC

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

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

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

commit 4883285a2a80d85ee8afedd453e781e833bdf6e8
Merge: 595af7f c479cb5
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Fri Jul 16 09:19:03 2021 -0400

    This closes #3658

 .../tests/integration/DuplicateDetectionTest.java  |  25 ++-
 .../tests/integration/amqp/AmqpSenderTest.java     |  62 ++++++
 .../cluster/bridge/BridgeReconnectTest.java        |  43 +++-
 tests/smoke-tests/pom.xml                          |  32 +++
 .../servers/bridgeTransfer/serverA/broker.xml      | 247 +++++++++++++++++++++
 .../servers/bridgeTransfer/serverB/broker.xml      | 229 +++++++++++++++++++
 .../bridgeTransfer/BridgeTransferingTest.java      | 190 ++++++++++++++++
 7 files changed, 826 insertions(+), 2 deletions(-)