14.3 ActiveMQ的管理工具

博客已搬家, 更好阅读体验, 猛戳 http://www.jack-yin.com/coding/translation/activemq-in-action/1879.html

14.3 Tools for ActiveMQ administration

14.3 ActiveMQ的管理工具

A wide range of tools exist for monitoring and administering ActiveMQ. Which ones

you’ll be using depends primarily on the environment you’re using, your setup, and

also on your preferences. We’ll start this section with an explanation of command-line

tools. Next we’ll see how we can use the JMS API to issue commands to ActiveMQ using

the command agent (and how you can use it to access your broker using chat clients).

已有大量的监控和管理ActiveMQ的工具.使用何种工具主要取决于你的应用环境,设置和个人喜好.

本节中,我们将从解释命令工具开始.接下来,我们将看到如何使用JMS API运行命令代理发送命令

给ActiveMQ(以及如何使用命令代理运用chat客户端与代理交互).

The general-purpose management console for Java platform named JConsole and  how

it  can be  used with  ActiveMQ is  our next  topic. Finally,  we’ll cover  the

ActiveMQ web console, integrated with  ActiveMQ, which provides you with  a nice

user interface for  inspecting ActiveMQ resources.  Most of these  tools use the

JMX API  to communicate  with the  broker, so  be sure  to enable JMX support as

explained earlier in  the chapter. So  let’s see what  more can we  do from the

command line besides starting a broker.

Java平台的通用管理控制台工具成为JConsole,我们的下一个话题就是讨论如何使用JConsole管理

ActiveMQ.最后,我们将讨论ActiveMQ的Web控制台,该控制台与ActiveMQ集成在一起,提供友好用户

界面以便管理和监控ActiveMQ资源.上述工具大部分使用JMX API与代理交互,因此确保启动代理时

按照前面章节所解释的那样启用了JMX支持.下面让我们看看通过命令行代码除了能够启动代理之外

还能做些什么.

14.3.1 Command-line tools

14.3.1 命令行工具

................

博客已搬家, 更好阅读体验, 猛戳 http://www.jack-yin.com/coding/translation/activemq-in-action/1879.html

猜你喜欢

转载自jackyin5918.iteye.com/blog/2002183
今日推荐