Changelog¶
Version 0.6.0¶
Released 2018-06-25
- Support both
intvalues and existinghenson_amqp.DeliveryModeenumsfor theAMQP_DELIVERY_MODEsetting - Stop declaring the exchange with every message sent
Version 0.5.0¶
Released 2016-06-24
- Support passing
argumentsto inbound and outbound exchange declaration
Version 0.2.0¶
Released 2016-03-11
- If a connection is closed by
aioamqpwhile reading, raise that exception during calls toConsumer.readafter all previously read messages have been returned.