diff --git a/README.md b/README.md index 497c65c..7272390 100644 --- a/README.md +++ b/README.md @@ -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) {