AMQP-CPP 2.1.0
EmielBruijntjes
released this
01 Aug 10:40
·
877 commits
to master
since this release
_Changes in this release_
- Fixed issue with the Deferred::onFailure() method, it was called even when no failure had occured
- The Channel::setQos() method now supports a 'global' parameter, to indicate that the prefetch-count should be used as a total counter for all consumer on the same channel (when set to true), or that it is a counter that applies to each consumer individually.
- Channel::get() method has been added to retrieve one message at a time.
- Empty messages (messages without a body) were not correctly consumed.