dropbox / amqp-coffee

An AMQP 0.9.1 client for Node.js.
MIT License
79 stars 30 forks source link

Add `arguments` to queue constructor options in README.md #75

Closed acarl005 closed 7 years ago

acarl005 commented 7 years ago

On the queueOptions, an arguments property is accepted which gets used for queue configuration, e.g. setting up a dead letter exchange. In this commit I added that existing functionality to the README.