Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

MSB-Java CLI

Microservice bus - Java CLI

Build:

mvn clean compile assembly:single

Run:

java -jar <path to jar>

Usage

Listens to a topic on the bus and prints JSON to stdout. By default it will also listen for response topics detected on messages, and JSON is pretty-printed. For Newline-delimited JSON compatibility, specify -p false.

Options:

  • --topic or -t
  • --follow or -f listen for following topics, empty to disable (Default: response, ack)
  • --pretty or -p set to false to use as a newline-delimited json stream, (Default: true)