Browse Source
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: I20edb5b8b30821486b5cf407af7636b3cd1cc2b6 Closes-Bug: #1840868changes/30/677630/1
3 changed files with 21 additions and 0 deletions
@ -0,0 +1,6 @@
|
||||
--- |
||||
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. |
Loading…
Reference in new issue