2. RabbitMQ
Asynchronous Messaging system
Decouple your applications
Easy to scale
Sunday, 23 October, 11
3. What the Queue?
Its all about queues
Producers send messages to queues
Consumers read messages from queues
Messages can contain almost anything
Sunday, 23 October, 11
4. Consumers
Serve both internal and External
Customers
Sunday, 23 October, 11