Erwin Dondorp created ARTEMIS-3147:
--------------------------------------
Summary: auto-delete does not work for destinations that existed
before broker restart
Key: ARTEMIS-3147
URL: https://issues.apache.org/jira/browse/ARTEMIS-3147
Project: ActiveMQ Artemis
Issue Type: Bug
Components: Broker
Affects Versions: 2.17.0
Reporter: Erwin Dondorp
When addresses are recovered after a restart of the broker, they are not
auto-deleted.
In my case, all addresses and queues and messages are configured as auto-delete
(or low ttl). In normal operation, once all producers+consumers are stopped,
all of these are automatically deleted. first the messages expire, then the
queues and ultimately the addresses.
But let's restart the broker.
After the restart everything is back again (address+queue+msgs). The messages
are properly expired when their time is due. The queue is also deleted. But the
address is never deleted.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)