Skip to content

Commit

Permalink
#119 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoraka committed Dec 5, 2016
1 parent 6b98559 commit 0b74b41
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ and then completely rewritten and the old code was removed.
* [How to send a message](#how-to-send-a-message-for-check)
* [Installation](#installation)
* [Run services](#run-service)
* [AMQP checker](#amqp-checker)
* [JMS checker](#jms-checker)
* [Legacy checker](#old-checker)
* [Load tests](#load-tests)

--
Expand Down Expand Up @@ -231,6 +234,19 @@ Checking... failed!

### Old checker
You can find old checker under **legacy-checker** release.

### AMQP checker
Utility for testing AMQP infrastructure.

#### Run
```
$ ./gradlew -q amqpCheck
```
And output should be:
```
...
Test OK
```
#### Create jar with dependencies
```
$ ./gradlew :checker:shadowJar
Expand Down

0 comments on commit 0b74b41

Please sign in to comment.