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

Alvaro works for Liip AG in Switzerland as Software Developer. Before moving to Europe he used to work in Shanghai were he helped building one of Germany biggest dating websites. He's co-authoring the book "RabbitMQ in Action" for Manning Publishing. Some of his open source projects can be found here: https://github.com/videlalvaro. Apart from code related stuff he likes traveling with his wife, listening/playing music and reading.

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.