第 91 章 EJB Component

Camel 版本 2.4 中可用

ejb: 组件将 EJB 绑定到 Camel 消息交换。

Maven 用户需要将以下依赖项添加到其 pom.xml 中:

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-ejb</artifactId>
    <version>x.x.x</version>
    <!-- use the same version as your Camel core version -->
</dependency>

91.1. URI 格式

ejb:ejbName[?options]

其中 ejbName 可以是用于在 Application Server JNDI Registry 中查找 EJB 的任何字符串