{{theTime}}

Search This Blog

Total Pageviews

Quick tutorial to Install and Start ActiveMQ

  1. Download Active MQ from apache website -- http://activemq.apache.org/activemq-5144-release.html
  2. Unzip the apache-activemq*.zip
  3. Start Active MQ --- \bin\activemq start
  4. Login :   Goto http://localhost:8161
  5. username/pwd:  admin/admin

No comments:

Saga Design Pattern

The Saga design pattern is a way to manage distributed transactions in a microservices architecture. In a microservices environment, where d...