23eb13c6c8
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
7 lines
207 B
YAML
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.
|