Versions Compared

Key

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

...

Something like this should work:

  1. Create the three files mentioned below...
  2. chmod +x /etc/init.d/activemq
  3. chkconfig --add activemq
  4. chkconfig activemq on
  5. /etc/init.d/activemq start

...