Publish and subscribe messaging (pub/sub)
   
        A messaging style where message producers send (publish) messages to a destination and
            interested consumers can register (subscribe) to receive messages from the destination.
            This style of messaging is implemented using topics.