Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block
tar -zxvf apache-activemq-5.5.0-bin.tar.gz

Image RemovedImage Added

2. If the ActiveMQ start-up script is not executable, change its permissions:

...

Code Block
sudo sh activemq start

Image RemovedImage Added

Step 4. Testing the Installation

...

Code Block
netstat -an|grep 61616

Image RemovedImage Added

The port should be opened and LISTEN on 61616.

...

Code Block
http://localhost:8161/admin

Image RemovedImage Added

Or you can use the JMX support to view the running state of ActiveMQ.

...