RabbitMQ.app

The easiest way to get started with RabbitMQ on the Mac

Download App View on GitHub
v3.6.1-build.1
RabbitMQ.app contains RabbitMQ v3.6.1

Easy to use

Just download, drag to the applications folder, and double-click.

Version numbers

Version numbers of this project (RabbitMQ.app) try to communicate the version of the included RabbitMQ binaries bundled with each release.

The version number also includes a build number which is used to indicate the current version of RabbitMQ.app and it's independent from the bundled RabbitMQ's version.

Adding RabbitMQ binaries to your path

If you need to add the RabbitMQ binaries to your path you can do so by adding the following to your ~/.bash_profile.

        
# Add RabbitMQ.app binaries to path
PATH="/Applications/RabbitMQ.app/Contents/Resources/Vendor/rabbitmq/sbin:$PATH"
      

Credits

Forked and adapted from Mongodb.app. Site design by Giovanni Collazo.