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

Setup AWS Application Load Balancer Https

Setting up HTTPS for an AWS Application Load Balancer (ALB) involves configuring an HTTPS listener, deploying an SSL certificate, and defini...