Process Flow - AMQP protocol overview
Producer sends message
Message arrives at Exchange
Exchange routes message
Message placed in Queue
Consumer receives message
Consumer processes and acknowledges
This flow shows how a message travels from a producer through the AMQP system to a consumer.