summaryrefslogtreecommitdiff
path: root/docs/includes
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2012-07-24 15:09:14 +0100
committerAsk Solem <ask@celeryproject.org>2012-07-24 15:11:21 +0100
commitcc27c100a4929dcac43ca0ee7fc85ccb5decb7ce (patch)
tree83f2dbda121eb597fd0ba5420d323aaaa0ae6cfd /docs/includes
parent4bc156eacb6f53c48300d519b415d19b0d3937a4 (diff)
downloadpy-amqp-cc27c100a4929dcac43ca0ee7fc85ccb5decb7ce.tar.gz
Support for publisher confirms
Diffstat (limited to 'docs/includes')
-rw-r--r--docs/includes/intro.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/includes/intro.txt b/docs/includes/intro.txt
index 784c61c..6d23fa3 100644
--- a/docs/includes/intro.txt
+++ b/docs/includes/intro.txt
@@ -33,6 +33,10 @@ Differences from `amqplib`_
- by default a cancel results in ``ChannelError`` being raised
- but not if a ``on_cancel`` callback is passed to ``basic_consume``.
- Publisher confirms
+ - ``Channel.confirm_select()`` enables publisher confirms.
+ - ``Channel.events['basic_ack'].append(my_callback)`` adds a callback
+ to be called when a message is confirmed. This callback is then
+ called with the signature ``(delivery_tag, multiple)``.
- Support for ``basic_return``
- Uses AMQP 0-9-1 instead of 0-8.
- ``Channel.access_request`` and ``ticket`` arguments to methods