第 363 章 Vert.x 组件
作为 Camel 2.12 版本提供
vertx 事件Bus 发送并接收 JSON 事件。
INFO:从 vertx 3 开始使用 Camel 2.16,它在运行时需要 Java 1.8。
Maven 用户需要将以下依赖项添加到其 pom.xml
中:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-vertx</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>
363.1. URI 格式
vertx:channelName[?options]