That is an java async message-based (microservice).
This is a server application that sends messages when the event bus channel receives an event from consumer app
- It was implemented using the vertx tookit for building reactive applications on the JVM.
- It was used infinispan for clustering the apps
$ mvn clean install
$ mvn compile vertx:run -Dvertx.runArgs="-cluster -Djava.net.preferIPv4Stack=true" #in cluster mode