Files
puppet-mistral/releasenotes/notes/rabbitmq-heartbeat-over-pthread-802f3f789d9d99f4.yaml
ZhongShengping 31aa947c09 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: Ib19e867066f5a799fdf201495594352c03104612
Closes-Bug: #1840868
2019-08-21 14:23:59 +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.