
Since transient_queues_ttl is also managed by oslo::messaging::rabbit, there's no way to use mistral_config to set it, so this patch is mandatory for one to set rabbit_transient_queues_ttl in mistral.conf. Change-Id: I425b29f8511403de0afc82479face47f8d6d354e
7 lines
205 B
YAML
7 lines
205 B
YAML
---
|
|
features:
|
|
- |
|
|
A new parameter ``rabbit_transient_queues_ttl`` has been added to the
|
|
mistral class to configure how long transtient queue should stay until
|
|
they are automatically deleted.
|