A simple microservice containing both a producer and a consumer. The producer generates a message every 5 seconds. The consumer reads the messages generated by another instances of this microservice.
Run at least two instances of the microservice in order to see any message output.