Fake driver used for testing.
This driver passes messages in memory, and should only be used for unit tests.
RabbitMQ Driver
The rabbit driver is the default driver used in OpenStack’s integration tests.
The driver is aliased as kombu to support upgrading existing installations with older settings.
Pika Driver
The pika driver is the successor to the existing rabbit/kombu driver. It is based on the Pika client library and supports the RabbitMQ broker as the messaging back end.
See Pika Driver Deployment Guide for details.
RabbitMQ Driver
The rabbit driver is the default driver used in OpenStack’s integration tests.
The driver is aliased as kombu to support upgrading existing installations with older settings.
ZeroMQ Driver implementation.
Provides implementation of RPC and Notifier APIs by means of ZeroMQ library.
See ZeroMQ Driver Deployment Guide for details.