Skip to Content

You are currently visiting an old archive website with limited functionality. If you are looking für the current Berlin Buzzwords Website, please visit https://berlinbuzzwords.de

Urania Berlin, June 6-7, 2011

Messaging Patterns with RabbitMQ

Location: 
Einsteinsaal
Date and time: 
Mon, 2011-06-06 13:30 - 14:10
Speaker: 
Alvaro Videla

RabbitMQ is emerging as good solution for open source messaging in modern architectures. This opens new challenges on how to implement integration patterns in order to go beyond simple produce/consume applications. In this presentation we will show how to implement several messaging patterns using RabbitMQ as backend technology such as:

- Competing consumers
- RPC
- Parallel RPC
- Smart Proxy
- Publish/Subscribe

The examples will be give using standard AMQP commands so the attendee can translate them later to her favorite RabbitMQ/AMQP client.