main
rw-r--r--
62 B
rw-r--r--
158 B
rw-r--r--
577 B

RabbitMQ Examples

This repository contains the example code from the RabbitMQ getting started tutorials.

More information can be found in this post.

To get started you will need to install rabbitmq and ruby.

$ brew install rabbitmq
$ bundle install
$ rabbitmq-server
  1. Hello World
  2. Workers
  3. Pub/Sub
  4. Routing
  5. Topic Exchange
  6. Chit Chat