Home / Articles / Messaging / apache-activemq / 5.6.13 / web-console

Apache ActiveMQ Web Console

Prerequisites

  • Access as root user or user having root privileges
  • Apache ActiveMQ Installed on server
  • Follow the following document for installing Apache ActiveMQ on server.


    Install Apache ActiveMQ 5

Access Web Console

  • Open the ActiveMQ web console in web browser using following URL
  • Replace the IP address in this URL with your server IP address that is running ActiveMQ service.

    http://192.168.50.73:8161/
  • Login to web console
  • Use the credentials "username: admin & password: admin".
    Click on "Manage ActiveMQ Broker". This will open the ActiveMQ home page

  • ActiveMQ Home Page

Create Queue

  • Click on "Queues" menu option
  • Enter the Queue details
  • Enter the Queue Name and then click on "Create" button.

  • New Queue Created
  • Enter the Queue Name and then click on "Create" button.

  • You can click on the new Queue Name to show more details about that queue.

Create Topics

  • Click on "Topics" menu option
  • Enter the Topic details
  • Enter the Topic Name and then click on "Create" button.

  • New Topic Created
  • Enter the Topic Name and then click on "Create" button.

  • You can click on the new Topic Name to show more details about that topic.