This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
from b084eac71d ARTEMIS-5065 Remove Mirrored Properties on send for
OpenWire and Core
new 30c5e63e0b ARTEMIS-5066 Disable Divert on Mirror Target
new 9199b1f2dc ARTEMIS-5067 Preventing Race when one side is not connected
in the mirror
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../connect/mirror/AMQPMirrorControllerSource.java | 16 +-
.../connect/mirror/AMQPMirrorControllerTarget.java | 2 +-
.../artemis/core/postoffice/impl/BindingsImpl.java | 8 +-
.../artemis/core/server/RoutingContext.java | 4 +
.../artemis/core/server/impl/DivertImpl.java | 11 +-
.../core/server/impl/RoutingContextImpl.java | 12 +
.../connect/AMQPMirrorOneSideDisconnectedTest.java | 181 ++++++++++
.../mirror/DivertSoakMirrorTest.java | 392 +++++++++++++++++++++
.../mirror/ReplicatedBothNodesMirrorTest.java | 19 +-
.../test/resources/DivertSoakMirrorTest-divert.txt | 25 ++
10 files changed, 653 insertions(+), 17 deletions(-)
create mode 100644
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/connect/AMQPMirrorOneSideDisconnectedTest.java
create mode 100644
tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/brokerConnection/mirror/DivertSoakMirrorTest.java
create mode 100644
tests/soak-tests/src/test/resources/DivertSoakMirrorTest-divert.txt
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact