Mac OSX Lionにrabbitmqをインストール


homebrewで

$ brew install rabbitmq
==> Installing rabbitmq dependency: erlang
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/erlang-R15B-bottle.tar.gz
######################################################################## 100.0%
==> Pouring erlang-R15B.bottle.tar.gz
/usr/local/Cellar/erlang/R15B: 6932 files, 265M
==> Installing rabbitmq
==> Downloading http://www.rabbitmq.com/releases/rabbitmq-server/v2.7.1/rabbitmq-server-2.7.1.tar.gz
######################################################################## 100.0%
==> make
==> make install
==> Caveats
If this is your first install, automatically load on login with:
    mkdir -p ~/Library/LaunchAgents
    cp /usr/local/Cellar/rabbitmq/2.7.1/homebrew.mxcl.rabbitmq.plist ~/Library/LaunchAgents/
    launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.rabbitmq.plist

If this is an upgrade and you already have the homebrew.mxcl.rabbitmq.plist loaded:
    launchctl unload -w ~/Library/LaunchAgents/homebrew.mxcl.rabbitmq.plist
    cp /usr/local/Cellar/rabbitmq/2.7.1/homebrew.mxcl.rabbitmq.plist ~/Library/LaunchAgents/
    launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.rabbitmq.plist

  To start rabbitmq-server manually:
    rabbitmq-server
==> Summary
/usr/local/Cellar/rabbitmq/2.7.1: 158 files, 3.6M, built in 74 secondse