- Download Active MQ from apache website -- http://activemq.apache.org/activemq-5144-release.html
- Unzip the apache-activemq*.zip
- Start Active MQ --- \bin\activemq start
- Login : Goto http://localhost:8161
- username/pwd: admin/admin
{{theTime}}
Search This Blog
Total Pageviews
Subscribe to:
Post Comments (Atom)
Generate Insert Sql from Select Statement
SELECT 'INSERT INTO ReferenceTable (ID, Name) VALUES (' + CAST(ID AS NVARCHAR) + ', ''' + Name + ''...
No comments:
Post a Comment