Echo::Producer(Message, Stream)
A Producer application creates and sends messages to a Stream.
Consumer applications create a subscription to a event to receive
messages from it. Communication can be one-to-many (fan-out), many-to-one
(fan-in), and many-to-many.