SlackBuildsOrg/system/apache-activemq
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
apache-activemq.info
apache-activemq.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
default.activemq
doinst.sh
rc.activemq
README
slack-desc

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.


Groupname and Username

You must have the 'activemq' group and user to run this script,
for example:

  groupadd -g 253 activemq
  useradd -u 253 -g 253 -c "Apache Active MQ" -d /var/lib/activemq \
    -s /bin/sh activemq

Web Interface

The web interface for ActiveMQ is available at http://127.0.0.1:8161/admin/
with the default username and password set to:

Login: admin
Passwort: admin

You can edit /etc/activemq/users.properties if you wish to change them.