puppet-oslo/releasenotes/notes/rabbitmq-heartbeat-over-pthread-bc86d8b3a2154613.yaml
Hervé Beraud 23eb13c6c8 Introduce the new heartbeat_in_pthread oslo.messaging option.
oslo.messaging RabbitMQ driver have now a new option that allow user to
run the RabbitMQ AMQP heartbeat over a native python thread.

These change allow user to use this new option.

For further reading:
https://review.opendev.org/#/c/663074/

Change-Id: If5fb021a6864abbe95f4d23281484cb859537f3b
2019-08-09 10:20:25 +02:00

7 lines
207 B
YAML

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