summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/apache-activemq/README6
1 files changed, 4 insertions, 2 deletions
diff --git a/system/apache-activemq/README b/system/apache-activemq/README
index 3938ac5abc..ddca821731 100644
--- a/system/apache-activemq/README
+++ b/system/apache-activemq/README
@@ -9,8 +9,10 @@ released under the Apache 2.0 License.
This package provides an /etc/rc.d/rc.activemq init script to manage the main
ActiveMQ system instance. If you want to run different instances on the same
machine:
+
1) create the configuration file /etc/default/activemq-instance-<INSTANCENAME>
2) create an appropriate ACTIVEMQ_HOME
-3) ln -sf /usr/share/activemq/bin/activemq /usr/local/bin/activemq-instance-<INSTANCENAME>
+3) ln -sf /usr/share/activemq/bin/activemq \
+ /usr/local/bin/activemq-instance-<INSTANCENAME>
4) use /usr/local/bin/activemq-instance-<INSTANCENAME> to start/stop/restart
-your own instance.
+ your own instance.