0.0.7 • Published 10 years ago

seneca-mqlight-transport v0.0.7

Weekly downloads
14
License
EPL
Repository
-
Last release
10 years ago

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

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago