seneca-mqlight-transport
v0.0.7
Published
Seneca MQ Light transport
Downloads
2
Readme
This project contains an implementation for using MQ Light as the transport with the seneca micro-services framework.
var seneca = require('seneca')()
.use('mqlight-transport')
this specifies that this instance of seneca should import the mqlight-transport
seneca.listen({type:'mqlight'})
says that the services defined for this seneca instance should be made available over MQ Light
seneca.client({type:'mqlight'})
says that this instance of seneca will use MQ Light when calling services as a client
This project is licensed under the Eclipse Public License, details can be found in the file LICENSE