Changelog
Changes in v0.1.0 (since v0.0.2)
git log v0.0.2..v0.1.0
null
if the consumer is
cancelled (see
[RabbitMQ's consumer cancel notification][rabbitmq-consumer-cancel])#publish
and #sendToQueue
returning promises, they return a boolean as for normal channels,
and take a Node.JS-style function (err, ok)
callback for the
server ack or nack'error'
eventsBuffer
, and eschew
require('util')._extend
Writable
streams with regard to #publish
and #sendToQueue
, returning a boolean from those methods and
emitting 'drain'