Getting RabbitMQ

RabbitMQ is one of the leading message queuing servers today. It runs on every OS and has clients in almost every programming language you can think of. It also can use many different queuing protocols. The main protocol we are concerned with is Advanced Message Queuing Protocol (AMQP). Let's get started by installing RabbitMQ so we can build something with it.

Installing on Mac OS X

I have noted earlier that most of my development for this book is being done on Mac OS X, so that is where we are going to start. RabbitMQ has an installation page that details each of these installations. RabbitMQ's page will always have the latest versions and instructions, and I recommend you check it to ensure you get the most up-to-date information. ...

Get Building Scalable Apps with Redis and Node.js now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.