What topology is best suited for when you need a single consumer for a message?
Peer to peer (point to point)
What topology is suited for when you need a multiple consumers for a same message?
Pub sub
What topology is needed when you need a central hub that delivers messages to appropriate endpoints?
Hub and spoke