第 92 章 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>
92.1. URI 格式
ejb:ejbName[?options]
其中 ejbName 可以是用于在应用服务器 JNDI Registry 中查找 EJB 的任何字符串