I have installed apache-activemq-5.18.5 on Amazon Linux on EC2 instance.
When I run command systemctl start activemq.service
, I get below output-
But when I hit url to open activemq broker page, I get below screen-
These are the Security Groups Inbound Rules set-
These are the logs in activemq.log file-
I dont know what wrong I am doing.
I changed the value of host attribute in jetty.xml to 0.0.0.0 as shown below-
Can someone help me please?
It finally worked...after changing value of "host" appribute of "jettyPort" element in jetty.xml, we need to restart the EC2 instance.