File: allow-transient-no-expire-ce7ae9d8c9d15751.yaml

package info (click to toggle)
python-oslo.messaging 16.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,584 kB
  • sloc: python: 12,035; sh: 62; makefile: 24
file content (11 lines) | stat: -rw-r--r-- 451 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
---
features:
  - |
    Allow creation of transient queues with no expire.
    When an operator rely on rabbitmq policies, there is no point to set the
    queue TTL in config.
    When the rabbit_transient_queues_ttl is set to 0, no x-expire parameter
    will be set on queue declaration.
    In that specific situation, it is recommended to set an expire value using
    rabbitmq policies.
    See https://www.rabbitmq.com/parameters.html#policies