oslo.messaging/oslo_messaging/_drivers
Balazs Gibizer 7b3968d9b0 [rabbit] use retry parameters during notification sending
The rabbit backend now applies the [oslo_messaging_notifications]retry,
[oslo_messaging_rabbit]rabbit_retry_interval, rabbit_retry_backoff and
rabbit_interval_max configuration parameters when tries to establish the
connection to the message bus during notification sending.

This patch also clarifies the differences between the behavior
of the kafka and the rabbit drivers in this regard.

Closes-Bug: #1917645
Change-Id: Id4ccafc95314c86ae918336e42cca64a6acd4d94
2022-01-12 12:22:55 +01:00
..
amqp1_driver amqp1: Do not reuse _socket_connection on reconnect 2021-08-10 17:01:04 -04:00
kafka_driver Add support for kafka SSL autentication 2020-01-16 23:26:53 +01:00
__init__.py Fixed a couple of pep8 errors/warnings 2016-01-25 15:00:49 +08:00
amqp.py Remove six usage 2020-05-11 10:21:58 +02:00
amqpdriver.py [rabbit] use retry parameters during notification sending 2022-01-12 12:22:55 +01:00
base.py add min of 1 to rpc_conn_pool_size 2020-10-13 12:44:30 +01:00
common.py [rabbit] use retry parameters during notification sending 2022-01-12 12:22:55 +01:00
impl_amqp1.py Add the "transport_options" parameter to the amqp1 and kafka drivers. 2019-06-20 16:12:39 -04:00
impl_fake.py Remove six usage 2020-05-11 10:21:58 +02:00
impl_kafka.py Add support for kafka SSL autentication 2020-01-16 23:26:53 +01:00
impl_rabbit.py [rabbit] use retry parameters during notification sending 2022-01-12 12:22:55 +01:00
pool.py [rabbit] use retry parameters during notification sending 2022-01-12 12:22:55 +01:00