0.2.1 • Published 8 years ago

mumba-microservice-servicebus v0.2.1

Weekly downloads
-
License
Apache-2.0
Repository
gitlab
Last release
8 years ago

build status

Mumba Microservice ServiceBus

Provide Service Bus (via RabbitMQ) support for a Microservice.

Configuration

This module requires that a Config object has been registered as config.

PropertyTypeDescription
amqpobjectA dictionary of options required for RabbitMQ.
amqp:urlstringThe URL of the RabbitMQ server (for example amqp://rabbitmq).

DI Container

This module adds the following container artifacts if they don't already exist.

NameTypeDescription
serviceBusBusAn instance of a servicebus object.

Installation

$ npm install --save mumba-microservice-servicebus
$ typings install --save dicontainer=npm:mumba-typedef-dicontainer

Examples

TODO

Tests

To run the test suite, first install the dependencies, then run npm test:

$ npm run docker:up
$ npm install
$ npm test
$ npm docker:down

People

The original author of Mumba Microservice Service Bus is Andrew Eddie.

List of all contributors

License

Apache 2.0


© 2016 Mumba Pty Ltd. All rights reserved.