1 Reply Latest reply on Jul 17, 2012 11:34 AM by garytully

    Were is my activemq-broker.xml?

    infian

      Hello,

       

      I can't find activemq-broker.xml anywhere. The manual states that it will be created at the first run in {FUSE-ESB}/etc folder, but I see only activemq.xml in there. The features list in Fuse ESB tells me that active-mq-broker is uninstalled (activemq installed), but when I try to install it, I get the following error:

      Error executing command: Error opening blueprint xml url

       

      Thanks for advise.

        • 1. Re: Were is my activemq-broker.xml?
          garytully

          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.