This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
from 4e77a34c29 ARTEMIS-4243 Fix export of bindings without routing types
add 2a81a0a3c6 ARTEMIS-4247 Inconsistencies between Broker Clustering and
AMQP Mirror
No new revisions were added by this update.
Summary of changes:
.../connect/mirror/AMQPMirrorControllerSource.java | 30 +-
.../connect/mirror/AMQPMirrorControllerTarget.java | 33 +-
.../activemq/artemis/core/postoffice/Bindings.java | 7 +
.../artemis/core/postoffice/impl/BindingsImpl.java | 25 ++
...merDetectionListener.java => MirrorOption.java} | 11 +-
.../artemis/core/server/RoutingContext.java | 9 +-
.../server/cluster/impl/ClusterConnectionImpl.java | 2 +-
.../cluster/impl/MessageLoadBalancingType.java | 2 +-
.../core/server/impl/ActiveMQServerImpl.java | 2 +-
.../artemis/core/server/impl/QueueImpl.java | 7 +-
.../core/server/impl/RoutingContextImpl.java | 32 +-
.../core/server/impl/ServerSessionImpl.java | 4 +
.../integration/amqp/AmqpClientTestSupport.java | 96 +----
.../tests/integration/amqp/AmqpTestSupport.java | 102 +++++
.../amqp/connect/AMQPRedistributeClusterTest.java | 454 +++++++++++++++++++++
.../impl/WildcardAddressManagerUnitTest.java | 16 +
16 files changed, 715 insertions(+), 117 deletions(-)
copy
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/{SlowConsumerDetectionListener.java
=> MirrorOption.java} (81%)
create mode 100644
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/connect/AMQPRedistributeClusterTest.java