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.

admin console

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.

admin console queue

Topic

同样,您可以在主题选项卡中创建主题并查看主题。

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

admin console topic

Others

以同样的方式,您可以浏览订阅者、连接、网络网桥、计划程序的详细信息。

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

Send

发送选项卡允许您通过指定目的地和其他详细信息向特定队列或主题发送 JMS 消息。

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

admin console send