Skip to content

Commit 7bb1876

Browse files
committed
Merge branch 'release/1.0.7'
2 parents 6df4d99 + 7267a5b commit 7bb1876

File tree

4 files changed

+1103
-1062
lines changed

4 files changed

+1103
-1062
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: 2
77
jobs:
88
build:
99
docker:
10-
- image: circleci/node:10
10+
- image: circleci/node:latest
1111
environment:
1212
- NODE_ENV: test
1313

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A simple Pub Sub system that uses AMQP Messaging to exchange data between servic
1111

1212
## To Use
1313

14-
You project needs to be using at least Node version 8, and ideally Node 10 or better.
14+
You project needs to be using at least Node version 8, and ideally Node 10 (LTS) or later.
1515

1616
npm install amqp-simple-pub-sub
1717

@@ -86,11 +86,16 @@ See some examples in the tests, and also:
8686
* [competing-services-example](https://github.com/davesag/competing-services-example)
8787
* And the associated article: [itnext.io/connecting-competing-microservices-using-rabbitmq](https://itnext.io/connecting-competing-microservices-using-rabbitmq-28e5269861b6)
8888

89+
## Related Projects
90+
91+
* [`amqp-delegate`](https://github.com/davesag/amqp-delegate) — A library that simplifies, to the point of triviality, use of AMQP based remote workers.
92+
* [`ampq-event-tester`](https://github.com/davesag/amqp-event-tester) — A Dockerised and configurable utility to help integration-test your amqp services.
93+
8994
## Development
9095

9196
### Prerequisites
9297

93-
* [NodeJS](htps://nodejs.org), version 8+ or better (I use [`nvm`](https://github.com/creationix/nvm) to manage Node versions — `brew install nvm`.)
98+
* [NodeJS](htps://nodejs.org), version 10.15.1 (LTS) or better (I use [`nvm`](https://github.com/creationix/nvm) to manage Node versions — `brew install nvm`.)
9499
* [Docker](https://www.docker.com) (Use [Docker for Mac](https://docs.docker.com/docker-for-mac/), not the homebrew version)
95100

96101
### Initialisation

0 commit comments

Comments
 (0)