Skip to content

Commit

Permalink
release 1.0.0, add examples description in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
skif48 committed Apr 29, 2019
1 parent 4545480 commit 81657d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ NabbitMQ has **its own set of error classes**, therefore it makes it easy for de

In the end, the main principle and goal is to have a solid and reliable solution out of the box, while working with RabbitMQ.

### Examples

You can find examples under the examples folder. There are required nodemon configs and also a docker container of RabbitMq with management plugin within for your convenience.

### Quick start

This snippet demonstrates how you can easily spin up a solid RabbitMQ setup and quickly start to consume a stream of events from it. Under the hood, NabbitMQ creates all necessary bindings, exchanges, dead letter queues and provides you with **reconnect logic**.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nabbitmq",
"version": "0.1.2",
"version": "1.0.0",
"description": "An open source RabbitMQ client based on RxJS streams",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 81657d9

Please sign in to comment.