From ef8a1a98a39821b13495abf44216b8ec7dfc3d4f Mon Sep 17 00:00:00 2001 From: roshin8 Date: Mon, 26 Jun 2017 19:28:06 +0530 Subject: [PATCH] Update hello-world.js --- examples/hello-world.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello-world.js b/examples/hello-world.js index 1eb3747..c6c0f20 100644 --- a/examples/hello-world.js +++ b/examples/hello-world.js @@ -2,7 +2,7 @@ var celery = require('../celery'), client = celery.createClient({ CELERY_BROKER_URL: 'amqp://guest:guest@localhost:5672//', - CELERY_RESULT_BACKEND: 'amqp' + CELERY_RESULT_BACKEND: 'amqp://' }); client.on('error', function(err) {