gnodet commented on PR #26107: URL: https://github.com/apache/camel/pull/26107#issuecomment-5538002380
Closing this PR — after investigation with Torsten Mielke and the reporter on [CAMEL-24619](https://issues.apache.org/jira/browse/CAMEL-24619), the root cause is a misconfigured Artemis broker (missing `deleteNonDurableQueue` permission), not a Camel bug. With the default `CACHE_CONSUMER` setting, `DefaultMessageListenerContainer` creates the consumer once and reuses it for the entire route lifetime. Even with lower cache levels (`CACHE_CONNECTION`), Artemis correctly cleans up non-durable queues when the consumer disconnects — provided the broker permissions are correct. No change needed in Camel. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
