All Projects → jpadilla → rabbitmqapp

jpadilla / rabbitmqapp

Licence: MIT License
The easiest way to get started with RabbitMQ on the Mac

Programming Languages

objective c
16641 projects - #2 most used programming language
swift
15916 projects
shell
77523 projects
c
50402 projects - #5 most used programming language

RabbitMQ.app

The easiest way to get started with RabbitMQ on the Mac

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

Screenshot

Download

--

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"

Or using the path_helper alternative:

sudo mkdir -p /etc/paths.d &&
echo /Applications/RabbitMQ.app/Contents/Resources/Vendor/rabbitmq/sbin | sudo tee /etc/paths.d/rabbitmqapp

Installing with Homebrew Cask

You can also install RabbitMQ.app with Homebrew Cask.

$ brew cask install rabbitmq

Credits

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].