Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shadyvd authored Feb 14, 2018
1 parent 2000da3 commit 7331b9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@ var settings = {
type: 'amqplib',
json: false,
amqp: require('amqplib/callback_api'),
exchange: 'ascolatore5672'
exchange: 'ascolatore5672',
queue: 'queueName',
durableQueue: true
};

ascoltatori.build(settings, function (err, ascoltatore) {
Expand Down

0 comments on commit 7331b9e

Please sign in to comment.