mumba-microservice-servicebus
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

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.

Property Type Description
amqp object A dictionary of options required for RabbitMQ.
amqp:url string The URL of the RabbitMQ server (for example amqp://rabbitmq).

DI Container

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

Name Type Description
serviceBus Bus An 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.

Package Sidebar

Install

npm i mumba-microservice-servicebus

Weekly Downloads

1

Version

0.2.1

License

Apache-2.0

Last publish

Collaborators

  • arvin.domingo
  • dennis.barbamumba
  • mumba.cloud
  • carl-oehme-mumba
  • kennbaker