I start up ActiveMQ anid this is the output:
INFO: Loading '/etc/default/activemq'
INFO: Using java '/usr/bin/java'
INFO: Starting - inspect logfiles specified in logging.properties and log4j.properties to get details
INFO: pidfile created : '/opt/activemq/data/activemq-localhost.pid' (pid '5282')
But then netstat -a | grep 61616
returns nothing, and the pid that it named when it started is not included when I run the ps
command. What could be causing this to happen?