{{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:

Optimizing Java Applications for Low-Latency Microservices

Introduction Microservices architecture has become a go-to for building scalable, modular systems, but achieving low latency in Java-based...