SHA256
1
0
forked from pool/python-kombu
Go to file
Alexandre Rogoski f674b3f66d - Update to 1.1.6:
* Redis: Fixes issue introduced in 1.1.4, where a redis connection
    failure could leave consumer hanging forever.
  * SQS: Now supports fanout messaging by using SimpleDB to store routing
    tables.
    This can be disabled by setting the `supports_fanout` transport option:
        >>> BrokerConnection(transport="SQS",
        ...                  transport_options={"supports_fanout": False})
  * SQS: Now properly deletes a message when a message is acked.
  * SQS: Can now set the Amazon AWS region, by using the ``region``
    transport option.
  * amqplib: Now uses `localhost` as default hostname instead of raising an
    error.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=11
2011-06-13 22:53:01 +00:00
.gitattributes Accepting request 60656 from home:aledr 2011-02-14 16:14:53 +00:00
.gitignore Accepting request 60656 from home:aledr 2011-02-14 16:14:53 +00:00
kombu-1.1.6.tar.bz2 - Update to 1.1.6: 2011-06-13 22:53:01 +00:00
python-kombu.changes - Update to 1.1.6: 2011-06-13 22:53:01 +00:00
python-kombu.spec - Update to 1.1.6: 2011-06-13 22:53:01 +00:00