Commit Graph

567 Commits

Author SHA1 Message Date
Ask Solem ebf77172fb Fixes some strange eventlet error 2011-08-04 12:02:56 +01:00
Ask Solem 08c20cb349 Support anonymous queues 2011-07-29 14:01:38 +01:00
Ask Solem a303be7ca6 Updates Changelog 2011-07-29 12:52:26 +01:00
Ask Solem efac4b34a8 Adds John Spray to AUTHORS 2011-07-29 11:40:36 +01:00
John Spray 9750376f19 Silence all exceptions from `import ctypes` to match behaviour
of the standard Python uuid module, and avoid passing on MemoryError
exceptions on SELinux-enabled systems.

Closes #52.  Closes #53
2011-07-29 11:39:47 +01:00
Ask Solem 21b8faa1a0 Now depends on amqplib >= 1.0.0 2011-07-28 11:46:59 +01:00
Ask Solem 65dc58505a Producer now works as a context manager. 2011-07-28 11:46:44 +01:00
Ask Solem 4faf662d4f Adds kombu.utils.fxrangemax 2011-07-26 15:33:04 +01:00
Ask Solem 322ebcb9cf SQS: Disables SimpleDB persistence by default 2011-07-25 15:40:50 +01:00
Ask Solem 914f2665c5 Adds autodoc for kombu.pools 2011-07-25 15:39:42 +01:00
Ask Solem 59fb3a649c Bumps version to 1.2.1 and updates Changelog 2011-07-25 15:12:26 +01:00
Ask Solem e4104694f2 Tests passing 2011-07-25 15:10:06 +01:00
Ask Solem aa0ac8a8e5 kombu.pools.ProducerPool, taken from celery 2011-07-25 15:09:54 +01:00
Ask Solem 5371daf31d memory transport now automatically creates unknown queues 2011-07-20 14:11:09 +01:00
Ask Solem 9979ea0ac9 Redis: Automatically delete auto_delete queues at basic_cancel 2011-07-20 13:16:08 +01:00
Ask Solem 5ed5e0d17b PEP8ify + pyflakes 2011-07-20 12:21:28 +01:00
Ask Solem ffc164da87 Updates Changelog 2011-07-20 12:08:02 +01:00
Ask Solem c06930caa1 Adds Mher Movsisyan to AUTHORS 2011-07-19 17:04:59 +01:00
Ask Solem 2b5ea5610c Merge branch 'mher/master' 2011-07-19 17:04:45 +01:00
Ask Solem 6b0440e6e9 Merge branch 'master' of github.com:ask/kombu 2011-07-19 17:04:12 +01:00
Ask Solem d895696563 ConnectionPool no longer forces connect at acquire, and ensure now supports an on_revive callback 2011-07-19 16:33:47 +01:00
Ask Solem 781a407ca2 Adds Consumer.consuming_from 2011-07-19 16:33:11 +01:00
Ask Solem Hoel 7c30466293 Merge pull request #50 from heckj/master
fixes for docs
2011-07-19 07:45:44 -07:00
Mher Movsisyan 45b7b67cf2 Adds SerializerRegistry.unregister 2011-07-19 18:44:01 +05:00
Ask Solem 39c667a89a Adds BrokerConnection.autoretry 2011-07-19 12:53:49 +01:00
Joe Heck 60e44cc1fa fixing docs re: key vs routing_key 2011-07-18 15:33:01 -07:00
Ask Solem e1b19b9566 compat ConsumerSet should auto declare new queues 2011-07-18 16:38:40 +01:00
Ask Solem f4fea5d27c Consumer.cancel_by_queue did not remove the queue from .queues 2011-07-18 16:38:23 +01:00
Ask Solem 4ccdeb37d6 Updates Changelog 2011-07-15 12:43:24 +01:00
Ask Solem daf5830464 Fixes cyclic reference for virtual Channel.close. Closes #49 2011-07-15 12:42:36 +01:00
Ask Solem f9cf38e8e6 Merge branch 'master' of github.com:ask/kombu 2011-07-15 11:51:39 +01:00
Ask Solem d34db8e764 Fixes error in previous commit 2011-07-15 11:51:25 +01:00
Ask Solem 897fec6728 Preserve all properties when wrapping Pika message. Closes #48. Thanks to dgorissen 2011-07-15 11:41:23 +01:00
Ask Solem Hoel 056c9d7492 Merge pull request #40 from jibs/master
trivial change from carrot > kombu in docs
2011-07-15 03:33:57 -07:00
Ask Solem 8628adbd84 Producer.publish can now set arbitrary **properties 2011-07-15 11:32:44 +01:00
Zach Smith 4d3b490e1e Cache existing SQS queues on startup 2011-07-14 09:55:38 -07:00
Ask Solem 8537a359f6 Tests passing 2011-06-29 12:29:21 +01:00
Ask Solem 9f00ccdcc8 Bumps version to 1.2.0 and updates Changelog 2011-06-29 12:04:46 +01:00
Ask Solem dbae048da5 Adds requirements/py24.txt 2011-06-29 11:57:30 +01:00
Ask Solem 1ed7eb07a5 no_ack can now be controlled on individual queues 2011-06-29 11:57:11 +01:00
Ask Solem 93a1efae10 pylibrabbitmq support was broken 2011-06-28 15:41:29 +01:00
Ask Solem c3204c56fb SimpleQueue and SimpleBuffer can now be used as contexts 2011-06-28 15:41:16 +01:00
Ask Solem 480112b21f Test requirements specifies PyYAML==3.09 as 3.10 dropped Python 2.4 support 2011-06-28 15:40:21 +01:00
Ask Solem 8211f20210 Fixes Connection.info 2011-06-16 12:18:43 +01:00
Ask Solem 1380ad063a Fix for list bindings 2011-06-15 16:03:23 +01:00
Ask Solem af4d2b0cfd SQS improvements 2011-06-15 14:26:48 +01:00
Ask Solem 69b36c91a5 Properly report default values in Connection.info/.as_uri 2011-06-13 17:52:09 +01:00
Ask Solem b24869f7f4 PEP8ify + pyflakes 2011-06-13 15:58:47 +01:00
Ask Solem 8988e65898 Updates Changelog 2011-06-13 15:54:49 +01:00
Ask Solem 67a6773fea Merge branch 'SQS-SDB' 2011-06-13 15:51:09 +01:00