puppet-watcher/releasenotes/notes/rabbitmq-heartbeat-over-pthread-a074c263f0b7469d.yaml
ZhongShengping a95ed77bee Introduce the new rabbit_heartbeat_in_pthread option
oslo.messaging RabbitMQ driver have now a new option that allow user to
run the RabbitMQ heartbeat over a native python thread.

These change allow user to use this new option.

Change-Id: If583e72221b6cfc279ec520545d3b3751daa6fbf
Closes-Bug: #1840868
2019-08-21 14:24:40 +08:00

7 lines
209 B
YAML

---
features:
- |
Allow users to run the RabbitMQ heartbeat over a native python thread in the
oslo.messaging RabbitMQ driver, by using the `rabbit_heartbeat_in_pthread`
option in configuration.