summaryrefslogtreecommitdiff
path: root/oslo_messaging/_drivers/impl_rabbit.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Warn when we force creating a non durable exchange"Zuul2022-12-201-0/+1
|\
| * Warn when we force creating a non durable exchangeHervé Beraud2022-10-181-0/+1
* | Merge "Force creating non durable control exchange when a precondition failed"Zuul2022-11-161-3/+59
|\ \ | |/
| * Force creating non durable control exchange when a precondition failedHervé Beraud2021-12-151-3/+59
* | Change default value of "heartbeat_in_pthread" to False14.0.0Slawek Kaplonski2022-08-161-2/+4
* | Merge "Add quorum queue control configurations"13.0.0Zuul2022-06-131-7/+71
|\ \
| * | Add quorum queue control configurationshamza alqtaishat2022-04-061-7/+71
* | | Merge "Add EXTERNAL as rabbit login method"12.14.0Zuul2022-04-271-1/+1
|\ \ \
| * | | Add EXTERNAL as rabbit login methodhamza alqtaishat2022-04-251-1/+1
| |/ /
* | | Merge "Add a new option to enforce the OpenSSL FIPS mode"Zuul2022-04-261-0/+23
|\ \ \ | |/ / |/| |
| * | Add a new option to enforce the OpenSSL FIPS modeHervé Beraud2021-11-081-0/+23
* | | Merge "Adding support for rabbitmq quorum queues"12.13.0Zuul2022-02-081-8/+51
|\ \ \
| * | | Adding support for rabbitmq quorum queuesHervé Beraud2022-02-051-8/+51
| |/ /
* | | [rabbit] use retry parameters during notification sendingBalazs Gibizer2022-01-121-2/+9
| |/ |/|
* | Merge "Remove deprecation of heartbeat_in_pthread"12.11.0Zuul2021-10-211-1/+1
|\ \
| * | Remove deprecation of heartbeat_in_pthreadHervé Beraud2021-10-141-1/+1
| |/
* | rabbit: move stdlib_threading bits into _utils12.10.0John Eckersberg2021-09-221-14/+1
|/
* Correctly handle missing RabbitMQ queuesHervé Beraud2021-02-041-0/+3
* Merge "Deprecate the mandatory flag"12.7.0Zuul2021-02-011-3/+7
|\
| * Deprecate the mandatory flagHervé Beraud2021-02-011-3/+7
* | Merge "fix variable name"12.6.1Zuul2021-01-081-3/+3
|\ \ | |/ |/|
| * fix variable nameHervé Beraud2020-12-111-3/+3
* | Fix type of direct_mandatory_flag optBen Nemec2020-12-221-6/+6
|/
* Merge "Run rabbitmq heartbeat in python thread by default"Zuul2020-10-151-7/+9
|\
| * Run rabbitmq heartbeat in python thread by defaultHervé Beraud2020-08-271-7/+9
* | add min of 1 to rpc_conn_pool_sizeSean Mooney2020-10-131-0/+4
|/
* Merge "Cancel consumer if queue down"12.3.0Zuul2020-08-011-31/+52
|\
| * Cancel consumer if queue downshenjiatong2020-07-311-31/+52
* | Merge "Bump bandit version"Zuul2020-07-281-2/+7
|\ \
| * | Bump bandit versionMoisés Guimarães de Medeiros2020-07-251-2/+7
* | | Merge "Catch ConnectionForced Exception"Zuul2020-07-281-1/+3
|\ \ \ | |/ / |/| |
| * | Catch ConnectionForced Exceptionshenjiatong2020-07-191-1/+3
| |/
* | Drop a python 2 exception managementHervé Beraud2020-06-181-8/+1
|/
* Remove six usageAndreas Jaeger2020-05-111-9/+7
* Fix some typosushen2020-04-051-2/+2
* Update hacking for Python312.1.0Andreas Jaeger2020-03-301-4/+4
* Merge "Removed unused variable pools"Zuul2019-12-181-2/+0
|\
| * Removed unused variable poolsChenjun Shen2019-12-181-2/+0
* | Modify some comments to make them clickableHervé Beraud2019-10-111-3/+3
|/
* Fix spacing in help messagePierre Riteau2019-10-031-3/+3
* Fix help text for heartbeat_in_pthread optionMatt Riedemann2019-09-181-6/+6
* Add the mandatory flag for direct send10.2.0Gabriele2019-08-211-2/+11
* Merge "Allow users run the rabbitmq heartbeat inside a standard pthread."Zuul2019-08-081-1/+51
|\
| * Allow users run the rabbitmq heartbeat inside a standard pthread.Hervé Beraud2019-08-071-1/+51
* | Merge "Use default exchange for direct messaging"Zuul2019-07-261-4/+3
|\ \
| * | Use default exchange for direct messagingOleg Bondarev2019-07-041-4/+3
* | | Implement mandatory flag for RabbitMQ driverGabriele2019-07-011-1/+11
|/ /
* | Merge "Implement the transport options"Zuul2019-06-261-7/+8
|\ \
| * | Implement the transport optionsGabriele2019-06-241-7/+8
* | | Merge "fix typos"Zuul2019-06-181-3/+3
|\ \ \ | |/ / |/| |