summaryrefslogtreecommitdiff
path: root/oslo_messaging/_drivers/amqp.py
Commit message (Expand)AuthorAgeFilesLines
* Adding support for rabbitmq quorum queuesHervé Beraud2022-02-051-1/+3
* Remove six usageAndreas Jaeger2020-05-111-2/+1
* Remove rabbit_durable_queues deprecated optionSteve Kowalik2018-09-051-8/+0
* [rabbitmq] Implement active call monitoringDan Smith2018-05-091-0/+1
* Replace six.iteritems() with .items()Li-zhigang2016-11-231-2/+2
* Clean outdated docstring and commentChangBo Guo(gcb)2016-08-161-4/+3
* Refactors base classesdukhlov2016-02-081-3/+1
* Trivial: Remove unused logging importChangBo Guo(gcb)2016-01-231-2/+0
* Follow the plan about the single reply messageMehdi Abaakouk2015-12-041-12/+0
* Move ConnectionPool and ConnectionContext outside amqp.pyDavanum Srinivas2015-11-301-117/+0
* Remove qpidd's driver from the treeFlavio Percoco2015-11-201-2/+2
* Replace 'M' with 'Mitaka'John L. Villalovos2015-08-131-1/+1
* Fix amqp connection pool leak in ConnectionContextOscar Huang2015-07-151-1/+2
* Don't reply when we known that client is goneMehdi Abaakouk2015-07-061-0/+4
* Allow to remove second _send_reply() callVictor Sergeyev2015-05-281-0/+12
* zmq: Add support for ZmqClient poolingJames Page2015-04-261-6/+0
* Remove amqp driver 'unpacked content' loggingAssaf Muller2015-04-101-5/+1
* Remove 'UNIQUE_ID is %s' loggingAssaf Muller2015-03-201-1/+0
* Make option [DEFAULT]amqp_durable_queues worklqslan2015-03-191-2/+8
* cleanup connection pool returnMehdi Abaakouk2015-03-181-2/+10
* rabbit: heartbeat implementationMehdi Abaakouk2015-03-181-4/+28
* Move each drivers options into its own groupMehdi Abaakouk2015-02-021-2/+4
* Update Oslo imports to remove namespace packageDoug Hellmann2015-01-211-2/+2
* Move files out of the namespace packageDoug Hellmann2015-01-121-0/+224