AMQP-CPP/include
Emiel Bruijntjes f39df772d3 breaking changes:
channel.publish() now returns a DeferredConsumer object on which callbacks can be installed for handling returned messages,
channel.get().onSize() has a different behavior: it now reports the message size (and no longer the queue size),
channel.get().onCount() has been added: it reports the queue size (this used to be the onSize() method),
channel.consume().onSize() method has been added to find out the size of the upcoming message
2018-03-01 21:12:50 +01:00
..
amqpcpp breaking changes: 2018-03-01 21:12:50 +01:00
amqpcpp.h Fixed build error. 2018-01-30 10:43:08 +00:00