Running: 
  # netstat -apn | grep 1099

I get the following output:
  tcp        0      0 0.0.0.0:1099            0.0.0.0:*               LISTEN    
5789/rmiregistry

And running:
  pgrep -fl java

I get:
  /usr/local/java/bin/java -Xms256M -Xmx256M
-Dorg.apache.activemq.UseDedicatedTaskRunner=true
-Djava.util.logging.config.file=logging.properties
-Dcom.sun.management.jmxremote
-Dactivemq.classpath=/usr/local/apache-activemq-5.5.1/conf;
-Dactivemq.home=/usr/local/apache-activemq-5.5.1
-Dactivemq.base=/usr/local/apache-activemq-5.5.1 -jar
/usr/local/apache-activemq-5.5.1/bin/run.jar start




--
View this message in context: 
http://activemq.2283324.n4.nabble.com/activemq-admin-commands-give-NameNotFoundException-tp4513955p4516213.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to