From ffd3ff5b1ab140b0e1254ff12c961ad245718a0c Mon Sep 17 00:00:00 2001 From: Martyn Taylor Date: Mon, 2 Mar 2015 18:12:29 +0000 Subject: [PATCH] Added README to Distro --- .../activemq/src/main/resources/README.html | 65 +++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 distribution/activemq/src/main/resources/README.html diff --git a/distribution/activemq/src/main/resources/README.html b/distribution/activemq/src/main/resources/README.html new file mode 100644 index 0000000000..653487fcb4 --- /dev/null +++ b/distribution/activemq/src/main/resources/README.html @@ -0,0 +1,65 @@ + + + + + + + HornetQ 2.4.1.Final Release Notes + + + +

Getting Started

+ +

Starting the Broker

+ +Note (Windows users): The broker currently does not support spaces in path names. For this reason the broker should be placed in a directory with no spaces in it's absolute path.

+ +Note (Windows users): Examples below use the shell script `activemq` for use with linux, Windows users should use the `activemq.cmd` script with the same parameters.

+ +To run the ActiveMQ broker with the default configuration, run the command shown below from the "bin" directory.

+ +$ activemq run

+ +To specify a broker configuration file:

+ +$ activemq run --config scheme:location

+ +e.g.

+ +$ activemq run --config xml:/home/activemq/bootstrap.xml

+ +The distribution ships with a number of example configurations that can be used to get started. You can find these under the "config" directory.

+ +It is possible to configure run time paramters in the activemq.conf (activemq.conf.bat for windows) file under the "bin" directory. +

Stopping the Broker

+ +To stop the broker please use the activemq script:

+ +$ activemq stop

+ +

Documentation

+ +The broker comes shipped with an in depth user manual and a bunch of examples to help you get started. These are all accessible from the broker website. Start the broker then navigate to the ActiveMQ broker website.

+ +

Release Notes - ActiveMQ 6.0.0

+ +The ActiveMQ 6.0.0 release notes can be found in the ActiveMQ project JIRA. +