This is an automated email from the ASF dual-hosted git repository.
gtully pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git.
from 224b898 ARTEMIS-2007 - allow redistribution if there are unmatched
messages pending on a queue and there is new remote demand
new e985df7 ARTEMIS-3223 - ensure distribution uses the address from the
message, rather than the address from the queue which may be a wildcard sub and
not valid for publishng on, fix and test
new b27aa03 ARTEMIS-1612 - strip any acceptor matching prefix from the
message address such that further routing will match the lack of prefixes in
broker routing, different fix for redistribution with prefixes
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:
.../core/postoffice/impl/PostOfficeImpl.java | 19 +---
.../artemis/core/server/ActiveMQServerLogger.java | 4 +
.../core/server/cluster/impl/Redistributor.java | 1 +
.../core/server/impl/ServerSessionImpl.java | 7 +-
.../amqp/AmqpBridgeClusterRedistributionTest.java | 4 +-
.../tests/integration/client/CoreClientTest.java | 2 +
.../mqtt/imported/MqttClusterWildcardTest.java | 126 +++++++++++++++++++++
7 files changed, 143 insertions(+), 20 deletions(-)