92장. Clevis 구성 요소
Camel 버전 2.4에서 사용 가능
Cryo stat: 구성 요소는 migrations를 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]
여기서 CryostatName 은 Application Server JNDI Registry에서 EventListener를 조회하는 데 사용되는 모든 문자열일 수 있습니다.