Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

asgrim/rmq-tutorial

Repository files navigation

RabbitMQ Tutorial - Bulgaria PHP 2016 Conference

Tutorial Abstract

As your application grows, you soon realise you need to break up your application into smaller chunks that talk to each other. You could just use web services to interact, or you could take a more robust approach and use the message broker RabbitMQ. In this tutorial, I will introduce RabbitMQ as a solution to scalable, interoperable and flexible applications.

This tutorial is perfect for those who would like a deep dive into RabbitMQ with little or no pre-existing knowledge about message queuing systems. Once you've finished the tutorial, you will have learnt how to set up basic publish/subscribe message queues, control the flow of messages using various exchanges, and understand various features of RabbitMQ such as RPC, TTL, and DLX.

Prerequisites

About

Tutorial resources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages