[
https://issues.apache.org/jira/browse/ARTEMIS-5672?focusedWorklogId=983941&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-983941
]
ASF GitHub Bot logged work on ARTEMIS-5672:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 22/Sep/25 08:12
Start Date: 22/Sep/25 08:12
Worklog Time Spent: 10m
Work Description: brusdev commented on PR #5929:
URL:
https://github.com/apache/activemq-artemis/pull/5929#issuecomment-3317489402
The testWildcardRoutingQueuesAddedThenDeleted test should not be removed
because it also verifies that a producer can send a message to an address after
deleting all direct bindings and a wildcard consumer can consume it. Could you
fix it?
Issue Time Tracking
-------------------
Worklog Id: (was: 983941)
Time Spent: 0.5h (was: 20m)
> Fix AddressManager Leaks
> ------------------------
>
> Key: ARTEMIS-5672
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5672
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> When a client creates a multicast queue on a wildcard address (e.g. an MQTT
> client subscribing to {{#}}) and then sends a message to an address that
> matches the wildcard (e.g. {{foo}}) that gets auto-created then when the
> address is removed (e.g. via the {{ActiveMQServerControl#deleteAddress}}) the
> broker will leak an entry in two different internal maps. Eventually this
> data can accumulate and cause the broker to run out of memory.
> This is an unusual use-case because no bindings are ever explicitly created
> on the auto-created address and many, many such addresses are created and
> removed over the life-time of the broker.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact