2023.2 Series Release Notes

14.4.1-1

Bug Fixes

  • Auto-delete the failed quorum rabbit queues. When rabbit is failing for a specific quorum queue, delete the queue before trying to recreate it. This may happen if the queue is not recoverable on rabbit side. See https://www.rabbitmq.com/quorum-queues.html#availability for more info on this specific case.

14.4.0

Deprecation Notes

  • The AMQP1 driver is now deprecated. Its related functional tests are also disabled. Neither debian nor ubuntu in the latest releases have any binary built for qpid server, not even 3rd party. Only qpid proton, the client lib, is available.

14.3.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.

14.3.0

Bug Fixes

  • Fixed typo in variable names rabbit_quorum_max_memory_length and rabbit_quorum_max_memory_bytes. Please make changes in your config files to correspond correct variables.