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

Generate Insert Sql from Select Statement

SELECT 'INSERT INTO ReferenceTable (ID, Name) VALUES (' +        CAST(ID AS NVARCHAR) + ', ''' + Name + ''...