Skip to content

Instantly share code, notes, and snippets.

@davidboothe
davidboothe / config _ rabbitmq.js
Created February 1, 2016 19:03 — forked from cbankston/config _ rabbitmq.js
node/rabbit example
module.exports = function(rabbit, subscribeTo) {
return rabbit.configure({
connection: {
user: 'guest',
pass: 'guest',
server: [
process.env.RABBITMQ_HOSTNAME
],
port: 5672,
vhost: '%2f',