Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 377 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 377 Bytes

queue-client

Starts an example NATS client that subscribes to messages published to the metrics-queue subject in queue group queuegroup1 and prints recevied messages to the console.

Start multiple clients to see them each receiving different messages.

Running the Client

The client can be started by running the following command:

$ ../gradlew :queue-client:run