我的其他俩个好像也不能成功启动下面的是我的启动信息麻烦各位前辈指点一下
[root@renjianwei activemq]# ./activemq-a/bin/activemq start
INFO: Loading '/softwares/activemq/activemq-a//bin/env'
INFO: Using java '/usr/java/jdk1.7.0_72/bin/java'
INFO: Process with pid '2433' is already running
[root@renjianwei activemq]# ./activemq-b/bin/activemq start
INFO: Loading '/softwares/activemq/activemq-b//bin/env'
INFO: Using java '/usr/java/jdk1.7.0_72/bin/java'
INFO: Process with pid '2433' is already running
[root@renjianwei activemq]# ./activemq-c/bin/activemq start
INFO: Loading '/softwares/activemq/activemq-c//bin/env'
INFO: Using java '/usr/java/jdk1.7.0_72/bin/java'
INFO: Process with pid '2433' is already running
[root@renjianwei activemq]# ps -ef |grep activemq
root 2433 1 0 15:50 tty1 00:00:23 /usr/java/jdk1.7.0_72/bin/java -Xms64M -Xmx1G -Djava.util.logging.config.file=logging.properties -Djava.security.auth.login.config=/softwares/apache-activemq-5.14.4//conf/login.config -Dcom.sun.management.jmxremote -Djava.awt.headless=true -Djava.io.tmpdir=/softwares/apache-activemq-5.14.4//tmp -Dactivemq.classpath=/softwares/apache-activemq-5.14.4//conf:/softwares/apache-activemq-5.14.4//../lib/: -Dactivemq.home=/softwares/apache-activemq-5.14.4/ -Dactivemq.base=/softwares/apache-activemq-5.14.4/ -Dactivemq.conf=/softwares/apache-activemq-5.14.4//conf -Dactivemq.data=/softwares/apache-activemq-5.14.4//data -jar /softwares/apache-activemq-5.14.4//bin/activemq.jar start
root 3514 2677 0 17:20 pts/0 00:00:00 grep activemq
[root@renjianwei activemq]# ps -ef |grep activemq-b
root 3520 2677 0 17:21 pts/0 00:00:00 grep activemq-b
[root@renjianwei activemq]# ps -ef |grep activemq-a
root 3522 2677 0 17:22 pts/0 00:00:00 grep activemq-a
[root@renjianwei activemq]# ps -ef |grep activemq-c
root 3526 2677 0 17:22 pts/0 00:00:00 grep activemq-c
[root@renjianwei activemq]# netstat -anp|grep 61616
tcp 0 0 :::61616 :::* LISTEN 2433/java
[root@renjianwei activemq]# netstat -anp|grep 61617
[root@renjianwei activemq]# netstat -anp|grep 61618
[root@renjianwei activemq]#