From 7331b9e1b2a990f8d13a98fe4037663c56566ee7 Mon Sep 17 00:00:00 2001 From: Vish Desai Date: Wed, 14 Feb 2018 08:13:01 +0530 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) {