Yoga Series Release Notes¶
12.13.3-3¶
Upgrade Notes¶
The
[oslo_messaging_rabbit] heartbeat_in_pthread
config option defaults toFalse
again. For wsgi applications it is recommended to set this value toTrue
but enabling it for non-wsgi services may break such service. Please check https://bugs.launchpad.net/oslo.messaging/+bug/1934937 for more details.
12.13.1¶
Upgrade Notes¶
If kombu_reconnect_delay is specified in the [oslo_messaging_rabbit] section, ensure that it is less than 5.0, the value of ACK_REQUEUE_EVERY_SECONDS_MAX
Bug Fixes¶
Increased ACK_REQUEUE_EVERY_SECONDS_MAX to resolve issues with RabbitMQ HA failover.
12.13.0¶
New Features¶
Adding support for quorum queues. Quorum queues are enabled if the
rabbit_quorum_queue
parameter is sets (x-queue-type: quorum
). Setting x-queue-type to quorum means that replicated FIFO queue based on the Raft consensus algorithm will be used. It is available as of RabbitMQ 3.8.0. The quorum queues are durable by default (amqp_durable_queues
) will be ignored. when enabled the HA queues (rabbit_ha_queues
) aka mirrored queues should be disabled since the queue can’t be both types at the same time