Usage/Deployment Instructions
1. Access the ACTIVEMQ on Google Marketplace and click the LAUNCH ON COMPUTE ENGINE button.

2. In the Configure & Deploy window, enter or select appropriate values for zone, machine type, and so on. Click the Deploy button.

3. The Google Developers Console confirms that ACTIVEMQ was deployed

Step 1: Make a firewall rule with tag activemq at port 8161.



Step 2: Do SSH into your vm and execute following commands as follows,
Become root user: -
$sudo su

Change directory to opt/activemq/
$cd /opt/activemq/
Reload systemd with the following command:
$systemctl demon-reload
Start ActiveMQ service and enable it to start on boot with the following command:
$systemctl start activemq
$systemctl enable activemq

Step 3: You can check ActiveMQ process with the following command:
$ps aux | grep activemq

Step 4: You can also check ActiveMQ default port and admin port with the following command:
$netstat -naptu | grep 61616

Step 5: Now to access the application on browser at http://<instance ip address>:8161/admin replace <instance ip address> with the actual IP address of the running instance.
A Sign in dialog box pop ups,

Username as: admin
Password as: admin
Step 6:
