veegee / amqpy

Pure-Python 2 & 3 AMQP client library
http://amqpy.readthedocs.org/
Other
33 stars 5 forks source link

Clean: removed Channel.basic_publish_confirm(), it is just duplicate … #20

Closed gst closed 9 years ago

gst commented 9 years ago

…with basic_publish()

If you want to publish with confirmation, just enable it with confirm_select().

Adapted tests.