This content has been marked as final.
Show 1 reply
-
1. Re: Were is my activemq-broker.xml?
garytully Jul 17, 2012 11:34 AM (in response to infian)What manual are you reading?
Have a read of http://fusesource.com/docs/esbent/7.0/amq_admin/FMQAdminConfigSolo.html
The standalone broker in ESB Enterprise is configured via osgi config admin. The config file is etc/org.fusesource.mq.fabric.server-default.cfg
This file contains properties that can be referenced in the spring xml configuration and a reference to the activemq xml configuration file that defined the broker.
The default broker is started by default.
use ./bin/client activemq:bstat to see the status or execute that command from the karaf shell.