0.0.2 • Published 10 years ago
moraine-messaging v0.0.2
Moraine Messaging
Abstacted messaging, currently only supports the stomp protocol.
Configuration
{
default: 'stomp',
stomp: {
host: 'localhost',
port: 61613,
destinations: {
pending: '/queue/conversions/pending',
completed: '/topic/conversions/finished'
},
connectHeaders:{
host: '/',
login: 'username',
passcode: 'password',
'heart-beat': '5000,5000'
}
}
}