OpenStack library for messaging
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Balazs Gibizer 5d6fd1a176 [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
(cherry picked from commit 7b3968d9b0)
(cherry picked from commit 3b5a0543e9)
1 year ago
doc Correctly handle missing RabbitMQ queues 2 years ago
etc Fix spelling typo in output 8 years ago
oslo_messaging [rabbit] use retry parameters during notification sending 1 year ago
releasenotes [rabbit] use retry parameters during notification sending 1 year ago
tools Adding pre-commit 3 years ago
.coveragerc Update .coveragerc after the removal of respective directory 7 years ago
.gitignore Ignore releasenote cache within git untracked files 4 years ago
.gitreview Update .gitreview for stable/wallaby 2 years ago
.pre-commit-config.yaml Move flake8 as a pre-commit local target. 2 years ago
.stestr.conf Switch to stestr 5 years ago
.zuul.yaml Merge "Move jobs to py38" 2 years ago
CONTRIBUTING.rst Align contributing doc with oslo's policy 3 years ago
HACKING.rst Update URLs in documents according to document migration 6 years ago
LICENSE Add oslo.messaging project infrastructure 10 years ago
README.rst Replace git.openstack.org URLs with opendev.org URLs 4 years ago
babel.cfg Setup for translation 9 years ago
bindep.txt Simplify tools/test-setup.sh 3 years ago
lower-constraints.txt Remove six 2 years ago
requirements.txt [goal] Migrate testing to ubuntu focal 3 years ago
setup.cfg [goal] Migrate testing to ubuntu focal 3 years ago
setup.py remove outdated header 3 years ago
test-requirements.txt Adding pre-commit 3 years ago
tox.ini Update TOX_CONSTRAINTS_FILE for stable/wallaby 2 years ago

README.rst

Team and repository tags

image

Oslo Messaging Library

Latest Version

Downloads

The Oslo messaging API supports RPC and notifications over a number of different messaging transports.