Apache Activemq 简明教程
Apache ActiveMQ - Admin Console
ActiveMQ 服务器启动并运行后。你可以使用管理控制台管理队列、主题、订户、连接、网络等。
Once ActiveMQ server is up and running. You can use the admin console to manage queues, topics, subscribers, connections, network etc.
在浏览器中打开 http://127.0.0.1:8161/admin/ 。它将询问凭据。使用 admin/admin 作为用户名/密码,它将加载 ActiveMQ 管理控制台,你可以在其中查看队列、主题、连接等。
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
单击队列选项卡,输入队列名称为 testQueue,然后单击创建按钮。现在你可以在列表中看到队列。
Click on Queue tab, enter a queue name as testQueue and click on create button. Now you can see the queue in the list.