Ask Solem
461e737e8c
Remove reference to kamqp
2012-01-05 14:44:23 +00:00
Flavio [FlaPer87] Percoco Premoli
52c49f7854
Using queue as filter transport.mongodb
2011-12-06 11:04:33 +01:00
Ask Solem
5b3c793dfb
Adds utils.encoding:default_encode
2011-12-05 17:37:27 +00:00
Ask Solem
3b4629c726
Adds Message.ack_log_error
2011-12-05 17:36:28 +00:00
Ask Solem
dbe75a468d
Don't use kamqp in master branch
2011-11-30 12:36:54 +00:00
Ask Solem
cab4070c77
flakes
2011-11-28 16:28:32 +00:00
Ask Solem
339607c2f9
Merge branch 'master' into 2.0-devel
...
Conflicts:
README.rst
kombu/__init__.py
kombu/compat.py
kombu/connection.py
kombu/entity.py
kombu/messaging.py
kombu/pools.py
kombu/syn.py
kombu/tests/__init__.py
kombu/tests/test_transport_virtual.py
kombu/transport/redis.py
kombu/utils/encoding.py
2011-11-28 15:47:26 +00:00
Ask Solem
246e42efed
kombu.mixins: Fixes typo
2011-11-28 15:37:25 +00:00
Ask Solem
2c459e4c8c
Adds ability to disable content_types in the serializer registry
2011-11-28 13:09:23 +00:00
Ask Solem
9fa04affa8
Fixes typos
2011-11-28 13:08:46 +00:00
Ask Solem
097dff9d32
Bumps version to 1.5.0 and updates Changelog
2011-11-27 17:53:10 +00:00
Ask Solem
321c8baebb
Fixes 'function object has no attribute "close"'. Closes #78
2011-11-27 17:53:10 +00:00
Ask Solem
d0ca4c263b
Adds Brian Bernstein to AUTHORS
2011-11-27 17:53:10 +00:00
Brian Bernstein
25993c9e0a
SQS Transport: Fix for KeyError on message acknowledgment-- ( #73 )
...
Avoids duplicate keys on message delivery tags by using UUIds instead
of a simple counter.
Closes #73
2011-11-27 17:53:09 +00:00
Ask Solem
d44e2a26f2
paver bump now supports specifying version with -C arg
2011-11-27 17:53:09 +00:00
Ask Solem
196ba98d61
syn.blocking is useless, so remove usage of it
2011-11-27 17:03:55 +00:00
Ask Solem
2ee489777a
Adds Hong Minhee to AUTHORS
2011-11-27 16:43:29 +00:00
Hong Minhee
e68693f1ab
SQS Transport: Must have lowercase transport alias.
...
This is because urlparse normalizes url schemes into all lowercase,
making it impossible to resolve the SQS transport when using broker URLs.
2011-11-27 16:43:22 +00:00
Hong Minhee
c5b4d473a2
unicode.translate cannot take table encoded by string.maketrans function.
...
It uses a dict mapping instead,
so this patch replaces CHARS_REPLACE_TABLE with a dict of Unicode ordinals.
Closes #82
2011-11-27 16:40:49 +00:00
Ask Solem
16759ac7c1
kombu.compat: Don't close None channel
2011-11-27 16:32:19 +00:00
Ask Solem
78dfb865c8
PEP8ify + pyflakes
2011-11-27 11:25:30 +00:00
Ask Solem
4b7c002d46
Fixes
2011-11-27 11:18:41 +00:00
Ask Solem
3edba18123
parse url: Fixes port bug
2011-11-27 11:15:50 +00:00
Ask Solem
e4f3811c8a
Fix up New BSD LICENSE layout
2011-11-23 15:00:57 +00:00
Ask Solem
acd750f8d7
Merge branch 'master' of github.com:ask/kombu
2011-11-22 16:30:21 +00:00
Ask Solem
0154ed39ca
Redis: Must map back to string before joining version. Closes #63 . Thanks to martijnm
2011-11-22 16:29:27 +00:00
Ask Solem
da7d21af6f
New pika backend works with 0.9.5 BlockingConnection (but with loads of latency)
2011-11-22 16:24:58 +00:00
Ask Solem
b7b634d74c
Fixes
2011-11-22 16:24:28 +00:00
Ask Solem
cf4f46f755
kamqp improvements
2011-11-22 16:24:07 +00:00
Flavio Percoco Premoli
e48afcbd17
Merge pull request #81 from metzlar/master
...
MongoDB Replicaset
2011-11-14 03:35:33 -08:00
Ivan Metzlar
4e9a5c4e18
Proper Mongodb Replicaset handling
2011-11-11 16:44:47 +01:00
root
3cd0eb6f1b
First attempt to enable Mongo Replicasets
2011-11-11 16:26:59 +01:00
Ask Solem
d368ffa983
Using kamqp
2011-11-10 15:17:18 +00:00
Ask Solem
f27186987a
Some consumer documentation
2011-11-09 14:21:16 +00:00
Ask Solem
8920f0d837
Catch warnings in unittests
2011-11-08 17:21:06 +00:00
Ask Solem
31587c50f5
Catch warnings in unittests
2011-11-08 17:19:49 +00:00
Ask Solem
d80d4cd587
Merge branch 'master' into 2.0-devel
...
Conflicts:
AUTHORS
kombu/connection.py
kombu/tests/test_connection.py
kombu/utils/encoding.py
2011-11-08 17:14:16 +00:00
Ask Solem
fff95c5ba0
Adds Ionel Maries Cristian to AUTHORS
2011-11-08 17:08:18 +00:00
Ionel Maries Cristian
8e9e94a6be
Virtual: Deadletter queue should be disabled by default.
...
The deadletter queue can now be enabled using transport_options instead:
>>> x = BrokerConnection("redis://",
... transport_options={"deadletter_queue": "ae.undeliver"})
2011-11-08 17:07:35 +00:00
Ask Solem
3f18e9c549
Quick overview should declare the queue before publishing to it
2011-11-03 20:49:06 +00:00
Ask Solem
114094d936
Virtual: Emits an UndeliverableWarning if the message ends up in the deadletter queue
2011-11-03 15:30:36 +00:00
Ask Solem
850d79dbc9
pyflakes
2011-11-03 15:13:27 +00:00
Ask Solem
f7044702d8
Adds Dan McGee to AUTHORS
2011-11-03 15:11:47 +00:00
Ask Solem
a7a7f21bc5
Merge branch 'toofishes/connection-tests-changes'
2011-11-03 15:11:28 +00:00
Dan McGee
f3be023b3c
Accept max_retries=0 as a valid value
...
This should be interpreted as distinct from 'None', which still means
'retry forever'.
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-11-02 12:58:37 -05:00
Dan McGee
9cd10feedd
Add tests for connection.ensure
...
There were no tests at all for this; add a few various permutations to
help regression test some future changes.
2011-11-02 12:52:39 -05:00
Dan McGee
157d88fd85
Improve tests for utils.retry_over_time
...
Split up the existing two tests run under one method into two methods so
we will be able to later test other permutations of the various options,
namely the retry-related stuff.
2011-11-02 12:52:15 -05:00
Dan McGee
6eeb88f444
Test connection URL parsing and splitting
...
This adds some basic parsing tests for full-featured URLs. It also
simplifies the leadig slash strip performed in parse_url; given that the
if statement ensured it was the first character we don't need to index
it first.
2011-11-02 12:49:42 -05:00
Ask Solem
e9bfde76ac
Spell-check
2011-11-02 02:39:48 +00:00
Ask Solem
5b9e9e3c96
Adds encoding.ensure_bytes
2011-10-29 00:09:38 +01:00