summaryrefslogtreecommitdiff
path: root/kombu/transport/SQS.py
Commit message (Expand)AuthorAgeFilesLines
* Add the defaults back to SQS2.5-archived2.5James Saryerwinnie2013-10-301-4/+3
* Allow 0 for wait_time_seconds in transport configJames Saryerwinnie2013-10-301-2/+2
* Don't longpoll fanout queuesJames Saryerwinnie2013-10-301-1/+9
* Adds driver type/name to SQS transportMher Movsisyan2013-04-081-0/+2
* restrict queues to those with specified prefixj0hnsmith2013-03-281-1/+1
* SQS: Support for boto 2.7 and before. Closes #207Ask Solem2013-03-211-1/+14
* Disable long polling until a fix for Issue #198 is readyAsk Solem2013-03-211-1/+1
* Remove sqs_message and sqs_queue objects when restoring SQS message. Closes ...Ask Solem2013-01-301-0/+7
* Cosmetics for new pep8 rulesAsk Solem2013-01-171-9/+10
* Add long-polling support to SQS transportJames Saryerwinnie2013-01-111-2/+10
* Copyright 2012 is VMware, inc.Ask Solem2012-11-221-3/+0
* Revert 7f9b38f... [kombu3] No longer supports Python 2.5Ask Solem2012-11-131-1/+1
* [kombu3] No longer supports Python 2.5Ask Solem2012-11-081-1/+1
* Ensure/Autoretry no longer disconnects on channel_errors, and adds StdConnect...Ask Solem2012-11-051-2/+2
* Fix _queue_cache for queues with '.' in the name.Zach Smith2012-07-191-3/+4
* SQS: Sets default visibility timeout to 30 minsAsk Solem2012-06-161-1/+3
* Use single quotesAsk Solem2012-06-151-21/+21
* Only use one level of relative importsAsk Solem2012-05-061-3/+3
* SQS: Fixes SDB dependency. Closes #108Ask Solem2012-04-031-1/+2
* All transports now include StdChannelError in its channel_errorsAsk Solem2012-03-251-1/+2
* Hopefully closes #104Ask Solem2012-03-201-1/+1
* CosmeticsAsk Solem2012-01-151-3/+3
* PEP8ify + pyflakesAsk Solem2012-01-131-2/+2
* Merge branch 'nitzanm/master'Ask Solem2012-01-101-0/+5
|\
| * Added support for queue prefixes in SQS.Nitzan Miron2011-12-141-0/+5
* | Updates copyright years to include 2012Ask Solem2012-01-061-1/+1
|/
* Merge branch 'master' into 2.0-develAsk Solem2011-11-281-5/+6
|\
| * SQS Transport: Fix for KeyError on message acknowledgment-- (#73)Brian Bernstein2011-11-271-0/+3
| * SQS Transport: Must have lowercase transport alias.Hong Minhee2011-11-271-2/+2
| * unicode.translate cannot take table encoded by string.maketrans function.Hong Minhee2011-11-271-5/+3
* | Merge branch 'master' into 2.0-develAsk Solem2011-10-251-1/+2
|\ \ | |/
| * str.encode does not accept kwargs in Py < 2.7. Closes #68. Thanks to mbuddeAsk Solem2011-10-251-1/+2
* | 2.0-devel: No longer supports Python 2.4Ask Solem2011-09-071-2/+4
|/
* gen_unique_id() -> uuid() (but both avail. for compat.)Ask Solem2011-09-071-2/+2
* Adds missing reference for kombu.utils.encodingAsk Solem2011-09-051-5/+5
* Another indentation problem with the mergeAdam Nelson2011-08-241-1/+1
* One of the previous merges changed the indentation of kombu/transport/SQS.py:...Adam Nelson2011-08-241-5/+5
* Merge remote-tracking branch 'upstream/sqs'Adam Nelson2011-08-161-6/+6
|\
| * SQS transport now replaces dots in queue names with dashes, and all other pun...Ask Solem2011-05-251-1/+15
| * Adds connection/channel_errors for SQS transportAsk Solem2011-05-191-2/+6
| * Updates README with SQS transportAsk Solem2011-05-181-0/+1
| * Amazon SQS transport passing functional tests. Sponsored by the good guys at...Ask Solem2011-05-151-0/+80
* Merge branch 'master' of https://github.com/ask/kombuAdam Nelson2011-08-161-2/+2
|\
| * SQS: Disables SimpleDB persistence by defaultAsk Solem2011-07-251-1/+1
| * Redis: Automatically delete auto_delete queues at basic_cancelAsk Solem2011-07-201-1/+1
* | Cache existing SQS queues on startupZach Smith2011-07-141-1/+11
|/
* Bumps version to 1.2.0 and updates ChangelogAsk Solem2011-06-291-2/+0
* Fix for list bindingsAsk Solem2011-06-151-3/+11
* SQS improvementsAsk Solem2011-06-151-24/+71
* PEP8ify + pyflakesv1.1.6Ask Solem2011-06-131-4/+1