Home - muhamed-hassan/messaging-poc GitHub Wiki

GVST2NgWkAAlTgG


How to install it in local (development) environment:

image


How to install it in testing or production environments:

  • Download activemq using wget

    • wget http://archive.apache.org/dist/activemq/apache-activemq/5.7.0/apache-activemq-5.7.0-bin.tar.gz
  • Unarchive it using tar

    • tar xf apache-activemq-5.7.0-bin.tar.gz
  • Move the unarchived activemq into /opt directory

    • mv apache-activemq-5.7.0 /opt
  • Configure activemq

  • Start up the activemq

    • cd /opt/apache-activemq-5.7.0/bin
    • activemq


Prerequisite:

CRUD operations example using a RESTful Web Service


Description:

Messaging POC (producer/consumer) using a message broker called ActiveMQ


To get more visibility, you can use this awesome 😍 command_line-tool CURL