Commit Graph

207 Commits

Author SHA1 Message Date
Ask Solem cb7ab927ec AMQ Emulation: Added support for topic and fanout exchanges. (fanout only supported by redis at this point, as it requires storing global state) 2010-10-26 16:22:01 +02:00
Ask Solem da0972ec20 Added Consumer.revive 2010-10-25 13:27:02 +02:00
Ask Solem a59cee238c connection.ensure now works 2010-10-22 16:02:50 +02:00
Ask Solem 4b59b55909 tests for BrokerConnection.Pool + .ChannelPool 2010-10-22 15:42:47 +02:00
Ask Solem 945470e0b9 exceptions.LimitExceeded 2010-10-22 15:42:23 +02:00
Ask Solem ce1d10ee5c ensure fixes + ConnectionPool 2010-10-22 15:42:04 +02:00
Ask Solem 630ba13022 Draft ChannelPool implementation 2010-10-22 00:06:47 +02:00
Ask Solem f305b9b8a8 kombu.pidbox: Fixed typo in docstring 2010-10-22 00:06:32 +02:00
Ask Solem 3ac397a5e4 kombu.pidbox: Fixed rst in docstrings 2010-10-21 15:43:48 +02:00
Ask Solem 7706f226f9 Added missing autodoc files 2010-10-21 15:35:18 +02:00
Ask Solem de5b4aa801 Bumped version to 0.9.0 2010-10-21 15:30:24 +02:00
Ask Solem 4411e3355d kombu.pidbox: Process mailbox. Generic implementation of Celery's remote control commands 2010-10-21 15:28:22 +02:00
Ask Solem e3369ab793 Fixed typo self.release() -> self.close() in BrokerConnection.__exit__ 2010-10-21 11:23:09 +02:00
Ask Solem d8da3c3dfc Consumer.consume did not set no_ack setting 2010-10-21 11:04:25 +02:00
Ask Solem b8e61373bd Cosmetics 2010-10-20 15:33:41 +02:00
Ask Solem f9ea964f2e Remove incomplete connection pool implementation that was accidentally committed 2010-10-20 15:33:24 +02:00
Ask Solem d5fe88f007 add_consumer_from_dict should return queue 2010-10-20 15:33:02 +02:00
Ask Solem 1372e68d17 redis: _put must take kwargs 2010-10-20 15:32:39 +02:00
Ask Solem 93b16d9c5d Update with recent changes in carrot 2010-10-18 14:55:01 +02:00
Ask Solem 0a1c916a2b Virtual methods should support the nowait argument 2010-10-18 11:39:20 +02:00
Ask Solem 2e6759f4d1 Added David Gelvin to AUTHORS 2010-10-06 09:15:59 +02:00
Ask Solem 36dd024386 Merge branch 'dgelvin/master'
Conflicts:
	kombu/messaging.py
2010-10-06 09:14:49 +02:00
Ask Solem 801c108b43 messaging.Consumer: Add the ability to add/remove consumers at runtime 2010-10-06 09:12:29 +02:00
David Gelvin 1e0f46a5e4 Set _consuming to True after consume 2010-10-05 23:09:54 +03:00
David Gelvin 0e35cec74f Include requeue=False when rejecting a message 2010-10-05 20:13:57 +03:00
Ask Solem 0cd4e6832f Bumped version to 0.2.0 2010-09-20 09:46:10 +02:00
Ask Solem 130c8c3cce Fix broken unicode test for Py 2.4 2010-09-17 09:01:07 +02:00
Ask Solem 56c2eb0966 Added kombu.utils.functional.wraps for Py 2.4 compatibility. 2010-09-16 16:28:37 +02:00
Ask Solem 88eff095e2 test_functional.test_amqplib: test_produce__consume_multiple: Make sure queues are declared before doing the purge. 2010-09-16 16:24:46 +02:00
Ask Solem 5d3475736e Functional tests for pyamqplib are passing again 2010-09-16 16:15:10 +02:00
Shane Caraveo 04b9a6f2fb amqp style routing for virtual exchanges (e.g. memory backend)
forgot to git add this part of the change
2010-09-06 15:41:02 -07:00
Shane Caraveo f8ee383cc3 add amqp style routing for virtual channels, allows memory
backend to behave like amqp
2010-09-06 13:56:09 -07:00
Ask Solem 5ea899d035 Changes my author e-mail to ask@celeryproject.org 2010-08-20 13:44:58 +02:00
Ask Solem 1cb387b338 Merge branch 'nvie/master' 2010-08-13 13:19:37 +02:00
Ask Solem d6b0c84194 Use set.discard instead of set.remove 2010-08-13 13:19:28 +02:00
Vincent Driessen 396f0e9078 Update dependencies for building RPM's. 2010-08-13 11:54:23 +02:00
Ask Solem 55c72cce04 Fixed typo in docstring 2010-08-13 11:46:14 +02:00
Ask Solem af2790222e Split simple userguide in two: connections and simple 2010-08-05 18:16:02 +02:00
Ask Solem b5ee26f245 Release tools 2010-08-05 18:15:36 +02:00
Ask Solem 4c16dbbeb3 UserGuide: Simple: Fixed typos 2010-08-04 15:51:54 +02:00
Ask Solem 014b1159f4 Docs: Added autodoc for kombu.compression + kombu.simple 2010-08-04 15:51:25 +02:00
Ask Solem 40d447e806 Some more typos 2010-08-04 15:36:00 +02:00
Ask Solem 2960bb4e93 Fixed rst errors 2010-08-04 15:31:10 +02:00
Ask Solem 52e72dbb1b Forgot to add autodoc for kombu.transport.virtual 2010-08-04 15:30:00 +02:00
Ask Solem d82bc237a7 Documentation: Started writing the User Guide 2010-08-04 15:20:12 +02:00
Ask Solem fd0296af7b All occurences of the term Backend has been replaced with Transport.
kombu.backends -> kombu.transport
BrokerConnection(backend_cls="pika") -> BrokerConnection(transport="pika")
kombu.backends.base.BaseBackend -> kombu.transport.base.Transport
kombu.backends.pyredis.RedisBackend -> kombu.transport.pyredis.Transport
etc, etc.
2010-08-04 13:53:43 +02:00
Ask Solem df3d885cd7 Fixed typo 2010-08-04 13:26:43 +02:00
Ask Solem 985a1f025f Some typos in Connection.ensure 2010-08-04 08:33:48 +02:00
Ask Solem 4b2f4d47e4 Fixed typo form -> from 2010-08-02 12:41:42 +02:00
Ask Solem 1492b7c689 amqplib's handshake mistakenly identifies as protocol version 1191,
this breaks in RabbitMQ tip, which no longer falls back to
0-8 for unknown ids.
2010-08-02 12:39:09 +02:00