11.6 使用拦截器插件扩展代理功能

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

11.6 Extending functionality with interceptor plug-ins

11.6 使用拦截器插件扩展代理功能

ActiveMQ provides the ability to supply custom code to supplement broker functionality.

To do so requires a good understanding of the ActiveMQ broker internals, which is

unfortunately outside the scope of this book. But some ActiveMQ broker interceptor

plug-ins are provided with the ActiveMQ distribution; some we’ve already covered,

such as the authentication plug-in, in chapter 6. There are some additional miscellaneous

plug-ins, and for completeness, it’s worth looking at those now.

ActiveMQ支持使用第三方代码来扩充代理的功能.为此,需要深入了解ActiveMQ代理的内部机制,

很不幸,这已经超出了本书的范围.但是,ActiveMQ版本中自带了一些代理拦截器插件,其中一些我们

已经接触过了,比如第6章中的认证插件.为了完整起见,还有一些插件,值得一看.

We’ll start with visualization, which uses two different plug-ins that generate graphical

representations of connections and destinations.

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

猜你喜欢

转载自jackyin5918.iteye.com/blog/1990535