Skip to content

Instantly share code, notes, and snippets.

View peterjgrainger's full-sized avatar
🐱

Peter Grainger peterjgrainger

🐱
View GitHub Profile
'use strict';
const config = {
rabbitLocation: '',
reconnectTimeout: 4000
};
let subscriptionHandlerModule = require('./messaging/subscription-handler');
let subscriptionHandlerInstance;
rabbitmq:
image: rabbitmq:3-management
ports:
- "5672:5672"
- "15672:15672