Skip to content

Commit

Permalink
Updated docs with info on producer
Browse files Browse the repository at this point in the history
  • Loading branch information
clive-jevons committed Jun 12, 2016
1 parent f439a90 commit bea5e9a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ See [the Python subproject](./python/README.md).

## JEE / Payara Micro

See [the Payara Micro subject](./payara-micro/README.md).
See [the Payara Micro subproject](./payara-micro/README.md).

## Producer

See [the producer subproject](./producer/README.md).
14 changes: 14 additions & 0 deletions producer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Producer Application

A small Groovy / Java application which simply pumps out MQTT messages in
an infinite loop.

Lives inside an Alpine-based docker image.

## Build

`./gradlew clean build && ./docker_build`

## Run

Generally run as part of one of the `docker-compose.yml` setups.

0 comments on commit bea5e9a

Please sign in to comment.