Apache Camel ActiveMq Installation

ActiveMQ

Apache ActiveMQ is the most popular open source, multi-protocol, Java-based message broker. It supports industry standard protocols so users get the benefits of client choices across a broad range of languages and platforms. Connect from clients written in JavaScript, C, C++, Python, .Net, and more. Integrate your multi-platform applications using the ubiquitous AMQP protocol. Exchange messages between your web applications using STOMP over websockets. Manage your IoT devices using MQTT. Support your existing JMS infrastructure and beyond. ActiveMQ offers the power and flexibility to support any messaging use-case.

Installation Steps

  1. Browse ActiveMq Official page.
  2. Choose the ActiveMQ distribution you want to install.
  3. Choose the zip file for the respective OS distribution.
  4. Unzip the downloaded zip file and open the activeMQ folder.        
  5. Move into bin directory and choose the preferred architecture(win32 or win64).
  6. Open the activeMq.bat file.
  7. Browse to http://localhost:8161/ to check whether activeMq is up and running.
  8. You will be prompted to enter the credentials. 
    username : admin
    password : admin
  9. Login to index page and choose Manage activeMQ broker
  10. Browse to ActiveMQ Home page and enjoy.

For further clarification please watch the video https://youtu.be/QHIzu9rluIw

.

 

Add comment