Difference between revisions of "RabbitMQ"

(Created page with "=Installing on Mac= ==Dependencies== This package requires OpenSSL 1.0.x installed. We strongly recommend doing this via Homebrew to avoid possible issues with dynamic library...")
 
Line 9: Line 9:
 
brew install rabbitmq
 
brew install rabbitmq
 
</source>
 
</source>
 +
 +
source: https://www.rabbitmq.com/install-standalone-mac.html

Revision as of 03:05, 21 August 2018

Installing on Mac

Dependencies

This package requires OpenSSL 1.0.x installed. We strongly recommend doing this via Homebrew to avoid possible issues with dynamic library paths.

Installation with Homebrew

Possibly the easiest way to use this package is via Homebrew. It will automatically install the OpenSSL formula mentioned above:

brew install rabbitmq

source: https://www.rabbitmq.com/install-standalone-mac.html