A plain simulator of message sending system. There is an external source, that sends messages a broker service. There are also subscribers, that subscribe to topics in broker. Broker sends messages to all subscribers.
Build:
mvn clean package
Jar path:
target/message-sender-service-1.0-SNAPSHOT.jar
Run jar (command line):
java -jar message-sender-service-1.0-SNAPSHOT.jar