Skip to content

Commit

Permalink
chore: start the pub-sub pattern in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nanov committed Oct 14, 2019
1 parent 77a7b5f commit 791777a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -83,6 +83,14 @@ workSrream.on('data', (message) => {
});
```

> **TODO** explain about additional available options. Especially persistence.
### Pub-Sub

A publisher is a combination of a single exchange with multiple queues where each queue receives all messages. For that, call the publisher function and specify a name.

// TODO...

## License

MIT License
Expand Down

0 comments on commit 791777a

Please sign in to comment.