Skip to content

Instantly share code, notes, and snippets.

@oleksandr-diudiun
Last active August 29, 2015 14:09
Show Gist options
  • Save oleksandr-diudiun/3a81329549896e6d1995 to your computer and use it in GitHub Desktop.
Save oleksandr-diudiun/3a81329549896e6d1995 to your computer and use it in GitHub Desktop.
brew install rabbitmq
# To have launchd start rabbitmq at login
ln -sfv /usr/local/opt/rabbitmq/*.plist ~/Library/LaunchAgents
# Then to load rabbitmq now
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.rabbitmq.plist
# Add support to PHP can be installed as: brew install php56-amqp
# But for best practice use composer lib: "videlalvaro/php-amqplib": "@stable"
## If you have problem in terminal add to PATH also /usr/local/sbin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment