Re: Queues without consumer and messages are not cleaning up

2025-03-11 Thread Justin Bertram
By default, the resources need to be "used" before they are deleted. However, the behavior is configurable. Try using this: ... true ... true ... See more details in the documentation [1]. Justin [1] https://activemq.apache.org/components/artemis/documentation/lates

Queues without consumer and messages are not cleaning up

2025-03-11 Thread Thai Le
Hello, I am getting my address setting below by calling getAddressSettingsAsJSON using management API : "CRON_JOB_QUEUE.#" : { "addressFullMessagePolicy" : "PAGE", "maxSizeBytes" : -1.0, "maxReadPageBytes" : 2.097152E7, "maxReadPageMessages" : -1.0, "pageLimitBytes" :