Versions Compared

Key

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

...

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.

...