Versions Compared

Key

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

...

  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.ksSet up key and trust stores
  7. Create trust store and import trusted certificates in /usr/local/apache-activemq-x.y.z/conf/broker.ts
  8. Setup service script

...