搜索

2.3.2. 将代理配置为使用拦截器

download PDF

先决条件

  • 创建拦截器类并将其添加到代理的 Java 类路径中。您可以使用 <broker-instance-dir>/lib 目录,因为它是类路径的一部分。

步骤

  1. Open <broker-instance-dir>/etc/broker.xml
  2. 将代理配置为在_ <broker-instance-dir>/etc/broker.xml中添加配置来使用拦截器

    1. 如果拦截器用于传入信息,将其 类名称 添加到删除拦截器列表中。

      <configuration>
        <core>
          ...
          <remoting-incoming-interceptors>
             <class-name>org.example.MyIncomingInterceptor</class-name>
          </remoting-incoming-interceptors>
          ...
        </core>
      </configuration>
    2. 如果拦截器用于传出消息,将其 类名称 添加到 删除 拦截器列表中。

      <configuration>
        <core>
          ...
          <remoting-outgoing-interceptors>
             <class-name>org.example.MyOutgoingInterceptor</class-name>
          </remoting-outgoing-interceptors>
        </core>
      </configuration>
Red Hat logoGithubRedditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

© 2024 Red Hat, Inc.