0.0.7 • Published 9 years ago

seneca-mqlight-transport v0.0.7

Weekly downloads
14
License
EPL
Repository
-
Last release
9 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

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago