summaryrefslogtreecommitdiff
path: root/kombu/transport/pyamqp.py
Commit message (Expand)AuthorAgeFilesLines
* Bump pyupgrade version and add __future__.annotations importMarcelo Trylesinski2022-04-151-0/+2
* Use hostname from URI when server_host is NoneMatus Valo2021-08-051-0/+39
* Update default login method for librabbitmq and pyamqp (#936)Davis Kirkendall2021-03-241-1/+1
* Reformat and improve kombu transport reference docs (#1264)Matus Valo2020-11-031-1/+35
* Remove five usage from kombu/transport.Omer Katz2020-07-231-2/+1
* pyupgradeOmer Katz2020-07-131-3/+2
* Travis CI: Fix travis validation issues (#1159)Christian Clauss2020-03-031-1/+1
* #1149 Enabled ssl certificate verification against ca certificates when amqps...Piyush Agarwal2020-02-281-1/+2
* Rename `async` keyword to `asynchronous` (#839)Thomas Achtemichuk2018-03-191-1/+1
* Signature of Message is now Message(body, channel=), not Message(channel, body=)Ask Solem2016-10-271-3/+3
* Adds Queue.expires,.message_ttl,.max_length,.max_length_bytes,.max_priority (...Ask Solem2016-10-141-0/+4
* Adds pydocstyle as a tox targetAsk Solem2016-10-111-1/+9
* flakesAsk Solem2016-09-071-2/+0
* Adds support for amqps:// to use pyamqp with ssl=True. Closes #610Ask Solem2016-09-071-0/+11
* Use Google-style docstringsAsk Solem2016-07-161-7/+1
* Use unicode_litereals everywhere and updates flakeplus target to --2.7Ask Solem2016-04-061-1/+1
* pyamqp: Only raise on first EINTR if registered with event loopAsk Solem2015-12-141-0/+1
* pyamqp: connection can be None in _collect. Closes #2960Ask Solem2015-12-121-1/+2
* Now requires amqp masterAsk Solem2015-12-081-0/+1
* pyamqp/librabbitmq now uses 5671 as default port if SSL is enabled. Closes #459Ask Solem2015-04-171-4/+13
* Implements collect for pyamqp transport. Closes celery/celery#2312Ask Solem2014-10-241-0/+3
* Initial import of kombu.async.awsAsk Solem2014-05-031-2/+5
* Adds Transport.qos_semantics_matches_spec() to detect new QoS behavior in Rab...Ask Solem2014-04-141-0/+7
* Adds Connection.get_heartbeat_interval() for access to the negotiated heartbe...Ask Solem2014-01-281-0/+3
* fixing small bug in prepare_message method: type object argument after ** mus...Victor Garcia2013-11-131-1/+1
* Use amqp.Connection.connected (Issue celery/py-amqp#22)Ask Solem2013-10-241-0/+3
* Removes Connection.more_to_read + .nb_keep_drainingasyncmoveAsk Solem2013-09-301-2/+1
* Merge branch 'master' into asyncmoveAsk Solem2013-09-251-21/+14
|\
| * Replaced StdConnectionError+StdChannelError with amqp.ConnectionError+amqp.Ch...Ask Solem2013-09-241-18/+14
| * Removes amqp version checkAsk Solem2013-09-241-3/+0
* | Async API now closer to TulipAsk Solem2013-09-231-8/+2
|/
* Merge branch '2.5'Ask Solem2013-09-101-0/+3
|\
| * pyamqp now implements driver_versionAsk Solem2013-08-161-3/+6
* | Merge branch '2.5'Ask Solem2013-07-291-10/+12
|\ \ | |/
| * amqp: Merge transport optionsAsk Solem2013-07-291-10/+12
* | Merge branch '2.5'Ask Solem2013-06-251-1/+2
|\ \ | |/
| * pyamqp/librabbitmq: Transport options are now forwarded as kwargs to Connecti...Ask Solem2013-06-251-1/+2
* | cosmeticsAsk Solem2013-06-251-3/+3
* | Merge branch '2.5'Ask Solem2013-04-021-6/+0
|\ \ | |/
| * pyamqp: Should not implement verify_connection. Closes #220Ask Solem2013-04-021-6/+0
* | python 3 fixesAsk Solem2013-02-121-1/+2
* | Merge branch '2.5'Ask Solem2013-01-171-13/+15
|\ \ | |/
| * Cosmetics for new pep8 rulesAsk Solem2013-01-171-13/+15
* | Merge branch 'master' into 3.0Ask Solem2012-11-271-4/+1
|\ \ | |/
| * Improves unit test coverageAsk Solem2012-11-271-1/+1
| * Copyright 2012 is VMware, inc.Ask Solem2012-11-221-3/+0
| * Producer: Support lazy channels using ChannelPromise, and connections will al...Ask Solem2012-11-141-2/+2
* | Producer: Support lazy channels using ChannelPromise, and connections will al...Ask Solem2012-11-151-2/+2
* | Use py-amqp's new recoverable/irrecoverable exception classesAsk Solem2012-11-131-0/+3
|/
* Ensure/Autoretry no longer disconnects on channel_errors, and adds StdConnect...Ask Solem2012-11-051-2/+7