14 管理和监控ActiveMQ

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

14 Administering and monitoring ActiveMQ

14 管理和监控ActiveMQ

This chapter covers

本章内容包括

? Understanding JMX and ActiveMQ

? Using advisory messages to monitor ActiveMQ

? Administering ActiveMQ

? Logging configuration in ActiveMQ

理解JMX和ActiveMQ

使用advisory消息监控ActiveMQ

管理ActiveMQ

ActiveMQ的日志配置

The final  topic left  to be  covered is  management and  monitoring of ActiveMQ

broker instances. As with any other infrastructure software, it’s important for

developers  and  administrators to  be  able to  monitor  broker metrics  during

runtime and notice any suspicious behavior that could possibly impact  messaging

clients. Also, you might  want to interact with  your broker in other  ways. For

example, you might want to  change broker configuration properties or  send test

messages from administration consoles. ActiveMQ implements some features  beyond

the  standard  JMS  API  that  allow  for  administration  and  monitoring  both

programmatically and by using well-known administration tools.

最后一个主题是管理和监控ActiveMQ代理示例.与其他基础软件一样,对于开发者了管理员来说,

能够在运行时监控代理数据并通知任何可能影响消息客户端的可疑行为是十分重要的.另外,你

可能打算以另外一种方式和代理交互.例如,你可能打算改变代理的配置属性或从管理员控制台

发送测试消息.ActiveMQ实现了一些JMS API规范之外的功能允许使用代码或已知的管理工具来

管理和监控ActiveMQ代理.

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

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

猜你喜欢

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