seneca-mqlight-transport

0.0.7 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i seneca-mqlight-transport

Weekly Downloads

3

Version

0.0.7

License

EPL

Last publish

Collaborators

  • alsm