Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update ActiveMQ version to a more current one
Default Configuration

Variable

Default

Description

x.y.z

5.

5

13.

0

3

Current stable ActiveMQ version

ACTIVEMQ_HOME

/usr/local/apache-activemq-x.y.z

Installation directory

INSTANCE_NAME

broker

Name of broker - should maybe correlate with host name?

Installing ActiveMQ
  1. Download the latest stable ActiveMQ release (apache-activemq-x.y.z.tar.gz).
  2. Move to the installation root cd /usr/local.
  3. Unpack the release tar xzvf /path/to/apache-activemq-x.y.z.tar.gz
  4. Create ActiveMQ user account useradd activemq
  5. Optional: Edit the global configuration files vim /usr/local/apache-activemq-x.y.z/conf/{activemq,jetty}.xml before setting up instances.
  6. Optional: Setup service script

...