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 ef5fb0b1f1 ARTEMIS-4451: fix non-SASL AMQP connections when resource
audit logging enabled
new 4db39520f2 ARTEMIS-4450 - Auto-deleted clustered destinations can
cause message loss
new 42be518deb ARTEMIS-4450 Caching hasLocal boolean on bindings to avoid
transversing the maps on every call
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:
.../activemq/artemis/core/postoffice/Bindings.java | 4 +-
.../artemis/core/postoffice/impl/BindingsImpl.java | 34 +++--
.../core/postoffice/impl/PostOfficeImpl.java | 2 +-
.../core/server/impl/ServerSessionImpl.java | 3 +-
.../AutoDeleteClusteredDestinationTest.java | 150 +++++++++++++++++++++
.../impl/WildcardAddressManagerUnitTest.java | 5 +
6 files changed, 181 insertions(+), 17 deletions(-)
create mode 100644
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/distribution/AutoDeleteClusteredDestinationTest.java