Apache ActiveMQ - Admin Console



Once ActiveMQ server is up and running. You can use the admin console to manage queues, topics, subscribers, connections, network etc.

Open http://127.0.0.1:8161/admin/ in your browser. It will ask for credentials. Use admin/admin as username/password and it will load the ActiveMQ admin console where you can check Queues, Topics, Connections etc.

Admin Console

Queue

Click on Queue tab, enter a queue name as testQueue and click on create button. Now you can see the queue in the list.

Queues in Admin Console

Topic

Similarly, you can create Topic and check topics in Topics tab.

Topics in Admin Console

Others

In the same way, you can explore subscribers, connections, network bridges, schedulers details.

Send

Send tab allows to send a JMS Message to a particular queue or topic by specifying the destination and other details.

Send Message in Admin Console
Advertisements