note: this archive is for JDK1.6 or later Java version.
If you're using JDK1.5 or earlier, please download JDK1.6/JRE1.6 or later version from java.sun.com and install it. 

0. Please make sure you are using JDK1.6

0-1. open command window
0-2. type in 'java -version'
java version "1.6.0_13"
Java(TM) SE Runtime Environment (build 1.6.0_13-b03)
Java HotSpot(TM) Client VM (build 11.3-b02, mixed mode, sharing)

if your JDK is not version 1.6 or java is not found
download JDK1.6 from http://java.sun.com and install it on your computer.
and make sure your PATH environmental variable includes JDK1.6_HOME\bin 
prior to any other JDK\bin.


[Before start-up]
You should configure to enable remote JMX connection by editing following
ActiveMQ start-up script(such as .bat file).

1.edit %ACTIVEMQ_HOME%\bin\activemq.bat

2.change as follows:

<before editing>
REM set SUNJMX=-Dcom.sun.management.jmxremote.port=1099 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false

<after editing>
set SUNJMX=-Dcom.sun.management.jmxremote.port=1099 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false

Or you can also set enviroment variable named SUNJMX to appropriate values.
When you finished editing, double click activemq.bat to start the ActiveMQ broker.

[How to start-up ActiveMQBrowser]

1.Execute run_activemq_browser.bat 

2. select [connect] menu, then select [new connection] menu item.

3. specify user authentication info on the panel that will be popuped.
JMXURL, JMX role and JMX password must be input.
If you did not change ActiveMQ broker environment since you installed it, 
They should be as follows:

JMX URL : service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi
JMX role : system
JMX password : manager

Connection URL : failover://tcp://localhost:61616
Connection User : <blank>
Connection User Password : <blank>

tcp://localhost:61616 is also acceptable for Connection URL.


4. When you want to other ActiveMQ Brokers, then select [connect] - [disconnect]
, disconnect current connection and reconnect to other brokers.

