-
1. Re: JBOSS A-MQ will not start
fhornain Aug 30, 2014 5:18 PM (in response to tclongo)Hi Troy,
Do you already run karaf on you server ?
To check it, just run :
[user@localhost bin]$ /jboss-a-mq-6.1.0.redhat-379/bin/status
Running ...
[user@localhost ~]$
Then stop it with this command :
[user@localhost ~]$ /jboss-a-mq-6.1.0.redhat-379/bin/stop
And restart it using the amq command :
[user@localhost ~]$ /jboss-a-mq-6.1.0.redhat-379/bin/amq
Please wait, JBoss A-MQ is initializing...
100% [========================================================================]
_ ____ __ __ ____
| | _ \ /\ | \/ |/ __ \
| | |_) | ___ ___ ___ / \ ______| \ / | | | |
_ | | _ < / _ \/ __/ __| / /\ \______| |\/| | | | |
| |__| | |_) | (_) \__ \__ \ / ____ \ | | | | |__| |
\____/|____/ \___/|___/___/ /_/ \_\ |_| |_|\___\_\
JBoss A-MQ (6.1.0.redhat-379)
http://www.redhat.com/products/jbossenterprisemiddleware/amq/
Hit '<tab>' for a list of available commands
and '[cmd] --help' for help on a specific command.
Open a browser to http://localhost:8181 to access the management console
Hit '<ctrl-d>' or 'osgi:shutdown' to shutdown JBoss A-MQ.
JBossA-MQ:karaf@root>
Hope it helps.
-
2. Re: JBOSS A-MQ will not start
fhornain Sep 1, 2014 7:40 AM (in response to fhornain)Dear *,
AFAIK
"[user@localhost ~]$ /jboss-a-mq-6.1.0.redhat-379/bin/amq" starts Karaf + ActiveMQ + Console
"[user@localhost ~]$ /jboss-a-mq-6.1.0.redhat-379/bin/start" starts Karaf + ActiveMQ
"[user@localhost ~]$ /jboss-a-mq-6.1.0.redhat-379/bin/client" starts Console if a Karaf instance is running.
Hope it helps.