Apache ActiveMQ Tutorial
Apache ActiveMQ Useful Resources
Selected Reading
- Apache ActiveMQ - Test Application
- Apache ActiveMQ - Subscriber Application
- Apache ActiveMQ - Publisher Application
- Apache ActiveMQ - Test Application
- Apache ActiveMQ - Consumer Application
- Apache ActiveMQ - Producer Application
- Apache ActiveMQ - Admin Console
- Apache ActiveMQ - Running Broker Server
- Apache ActiveMQ - Features
- Apache ActiveMQ - Environment Setup
- Apache ActiveMQ - Overview
- Apache ActiveMQ - Home
Apache ActiveMQ Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Apache ActiveMQ - Admin Console
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.
Queue
Cpck on Queue tab, enter a queue name as testQueue and cpck on create button. Now you can see the queue in the pst.
Topic
Similarly, you can create Topic and check topics in Topics tab.
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.
Advertisements