0
votes

i have connected the Apache MQ broker service through java only by downloading active mq jars in dependency. but activemq web console not connecting. http://localhost/8161/admin . Please tell me is there any setting or configuration is need to connect ?

1
I am not an Apache MQ expert, but is port 8161 in Listen on your system (netstat -rn | grep LISTEN| grep 8161). If not, some service or http server is not started. - Nic3500
no . it is not started - KUMAR K
So you have to find in the MQ broker documentation how to start (and configure) the web console. - Nic3500
@KUMARK were you able to launch the web console? - Jeevan Patil

1 Answers

0
votes
  • Verify activemq.xml file from /conf . It must contain your correct IP for transport connectors.
  • Check log4j.properties in /conf, update logging options to WARN at least, DEBUG if possible. Update File Logging Path.
  • Run ./activemq start
  • Let the system throw an exception.
  • Check logs from the path you specified.
  • Look for log exception in Stack Overlow or Google to get first analysis on error.

More details