summaryrefslogtreecommitdiffstats
path: root/system/apache-activemq/README
diff options
context:
space:
mode:
author Marco Bonetti2011-10-21 18:23:23 +0200
committer Niels Horn2011-10-22 14:17:10 +0200
commit50562f88dff2535a1f84fc03c23a3f5c137871c5 (patch)
tree77cab459b8bf1be87633acbcde9ff9743340493e /system/apache-activemq/README
parentae10052ebd5eee1f2dd95f7353d9327334eb5084 (diff)
downloadslackbuilds-50562f88dff2535a1f84fc03c23a3f5c137871c5.tar.gz
system/apache-activemq: Added (Apache ActiveMQ)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/apache-activemq/README')
-rw-r--r--system/apache-activemq/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/system/apache-activemq/README b/system/apache-activemq/README
new file mode 100644
index 0000000000..405ea26176
--- /dev/null
+++ b/system/apache-activemq/README
@@ -0,0 +1,18 @@
+Apache ActiveMQ is the most popular and powerful open source messaging and
+Integration Patterns provider.
+
+Apache ActiveMQ is fast, supports many Cross Language Clients and Protocols,
+comes with easy to use Enterprise Integration Patterns and many advanced
+features while fully supporting JMS 1.1 and J2EE 1.4. Apache ActiveMQ is
+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>
+4) use /usr/local/bin/activemq-instance-<INSTANCENAME> to start/stop/restart
+your own instance.
+
+This package requires either jre or jdk.