Getting on the Message Bus
Description
The first stop is how a message bus works including an overview of the architecture and key components, such as producers, consumers, and message brokers.
The next stop is an explanation of message flow and how messages are routed and filtered in a message bus.
The third stop is for use cases of a message bus including microservices architecture, event-driven architecture, enterprise integration, and asynchronous processing.
The last stop ties it all together: we will get a message bus running with RabbitMQ.