Files
puppet-trove/releasenotes/notes/amqp_auto_delete-d6d8b79d6445f6b2.yaml
Thomas Goirand f51ac5cc4b Add a rabbit_transient_queues_ttl and amqp_auto_delete params
Since transient_queues_ttl is also managed by oslo::messaging::rabbit,
there's no way to use trove_config to set it, so this patch is mandatory
for one to set rabbit_transient_queues_ttl in trove.conf.

Change-Id: I1d56b5af3f975012ab371f331643a73d5c84ace0
2025-03-26 10:38:18 +01:00

6 lines
122 B
YAML

---
features:
- |
Add a new ``amqp_auto_delete`` parameter, so that transient queues are
automatically deleted.