Installing Jboss A-MQ 6.2
Jboss A-MQ 6.2 has been released on 2015-06-23 with lots of bug fixes along with major switch from Active MQ 5.9 to 5.11. Below are the steps for installing the new version and exploring the messaging world :) . 1.) Download JBoss A-MQ 6.2.0.GA Zip and md5 checksum to ensure the integrity. 2.) Compare the md5 checksum of zip file with downloaded one. 3.) If, both are same then unpack the archive. If you are unpacking the archive in windows, then make sure that you don't have any space and any special characters in name as %, $, # etc. 4.) Configure Users and Roles as per your requirements to $AMQ_HOME/etc/users.properties . Format will be as below. # USER=PASSWORD,ROLE1,ROLE2,… Note: I am using here simple admin password for demo, but in Live scenarios please choose strong password, as this password will be stored in plain text. Jboss A-MQ 6.2 support RBAC(Role Based Access control), So we can assign different roles as per needed. ...