Miguel Grinberg
7dbc47049a
Pass additional options to Redis and Kombu managers ( Fixes #307 )
6 years ago
Kelly Truesdale
da7cb86330
Logging improvements for write-only connections ( #197 )
* Make logger a property of BaseManager, configurable separately from server for write-only situations.
* Shorten line lengths for recent changes.
7 years ago
Alex Plugaru
358a8e118f
Made queues non-durable. Always retry after disconnect. ( #120 )
8 years ago
Miguel Grinberg
36f8d35d08
fix misleading error message
8 years ago
Miguel Grinberg
5e1391d80e
Fixed initialize() method in PubSubManager subclasses
Fixes #406
8 years ago
Miguel Grinberg
6ba131af5c
Warn when message queues are used without monkey patching
8 years ago
Miguel Grinberg
052fd93745
some improvements and optimizations to KombuManager class
9 years ago
Miguel Grinberg
cc9027586f
add a TTL option to Kombu queues when RabbitMQ is used
9 years ago
Miguel Grinberg
0c35757359
Use separate read and write Kombu connections
Eventlet does not like file handles to be shared among greenlets. Using
an independent connection in the listening thread addresses this
problem. (fixes #13 )
9 years ago
Miguel Grinberg
57756e3bdc
Add write_only argument to Kombu and Redis manager classes
9 years ago
Miguel Grinberg
73fd499033
correct kombu implementation of a fanout queue
9 years ago
Miguel Grinberg
71142aa2db
pubsub unit tests
9 years ago
Miguel Grinberg
63f5ed3429
Support for callbacks across servers
9 years ago
Miguel Grinberg
47620bbebd
initial implementation of inter-process communication
10 years ago