Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Variable

Default

Description

x.y.z

5.5.0

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. Edit the configuration files vim /usr/local/apache-activemq-x.y.z/conf/{activemq,jetty}.xml
  6. Set up key store in /usr/local/apache-activemq-x.y.z/conf/broker.ks
  7. Create trust store and import trusted certificates into /usr/local/apache-activemq-x.y.z/conf/broker.ts
  8. Setup service script

...