slackbuilds/system/apache-activemq
Miguel De Anda abeae21be1 system/apache-activemq: Updated for version 5.12.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-11-13 01:48:11 +07:00
..
README system/apache-activemq: Fixed dep information 2012-08-25 13:38:10 +02:00
apache-activemq.SlackBuild system/apache-activemq: Updated for version 5.12.1. 2015-11-13 01:48:11 +07:00
apache-activemq.info system/apache-activemq: Updated for version 5.12.1. 2015-11-13 01:48:11 +07:00
default.activemq system/apache-activemq: Added (Apache ActiveMQ) 2011-10-22 10:17:10 -02:00
doinst.sh system/apache-activemq: Added (Apache ActiveMQ) 2011-10-22 10:17:10 -02:00
rc.activemq system/apache-activemq: Updated for version 5.12.1. 2015-11-13 01:48:11 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

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.