Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. JAVA 8 or above is required

  2. Requires RabbitMQ server running in our local machine.

  3. Download the RabbitMQ from 

    https://www.rabbitmq.com/download.html

  4. Install RabbitMQ as per

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

...

  1. Unzip the downloaded RabbitMQ tar file into a folder in your local machine. To unzip use;

    tar -xvf rabbitmq-server-mac-standalone-3.4.1.tar.gz

  2. Start the RabbitMQ server in the bin folder using;

...

  1. ./sbin/rabbitmq-server start

    (For  detailed information on getting RabbitMQ started, stoped, etc please visit https://www.rabbitmq.com/download.html)

  2. Requires maven (java based code building tool)

    http://maven.apache.org/download.cgi

    http://maven.apache.org/download.cgi#Installation

...