Fuse MQ Enterprise
------------------

Configuration
-------------
The default broker is defined in .\etc\org.fusesource.mq.fabric.server-default.cfg
The xml configuration is .\etc\activemq.xml

Security
--------
Before starting Fuse MQ, you need to set at least one valid user in .\etc\users.properties
You must also make sure that appropriate properties in .\etc\system.properties have valid values

These properies include:
* activemq.jmx.user, activemq.jmx.password
* webconsole.jmx.user, webconsole.jmx.password
* webconsole.jms.user, webconsole.jms.password


Quick Start
-----------
To start Fuse MQ Enterprise in the background, type:

    .\bin\start.bat

Note: Be sure to use the appropriate username and password in the following examples
To display the log using the remote console, type:

    .\bin\client.bat -u fusemq - p fusemq log:display

To display the current broker statistics using the remote console, type:
    
    .\bin\client.bat -u fusemq -p fusemq activemq:bstat

To validate the installation with a simple JMS producer and consumer, type:

    java -jar lib\mq-client.jar producer --user fusemq --password fusemq
    java -jar lib\mq-client.jar consumer --user fusemq --password fusemq

View the webconsole at http://localhost:8181/activemqweb

Documentation
-------------
You can find documentation online at:
http://fusesource.com/documentation/fuse-mq-enterprise-documentation

