amqp-as-promised
Advanced tools
Changelog
0.2.1 - 2014-09-18
amqpc.queue()
, amqpc.exchange()
and
amqpc.bind()
; errors caught during queue and exchange declaration
will now properly reject the promise.amqpc.bind()
: omitting the queue name didn't work as
advertised in version 0.2.0, but should be fine now.Changelog
0.2.0 - 2014-09-08
exchange.publish()
now returns a promise, as
advertised. Previously it did not, even though the docs said so.amqpc.queue()
have changed to be more intuitive
and in line with how amqpc.exchange()
works.amqpc.bind()
, which previously expected an exchange name and a
queue name, now accepts both names or exchange/queue objects.queue.bind()
, which previously expected an exchange object, not
accepts both a name or an object.