1 Star 0 Fork 1

zhouanan511/camel-spring-boot-examples2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
readme.adoc 771 Bytes
一键复制 编辑 原始数据 按行查看 历史

Camel Clustered Route Controller Example Spring Boot

This example shows how to work with a simple Apache Camel application using Spring Boot and a Clustered Route Controller.

How to run

  1. build the project: mvn clean package

  2. in a shell, run the cluster node

    mvn -pl cluster-bootstrap spring-boot:run
  3. in a separate shell, run the first camel node

    mvn -pl cluster-node spring-boot:run
  4. in a separate shell, run the second camel node

    mvn -pl cluster-node spring-boot:run

Help and contributions

If you hit any problem using Camel or have some feedback, then please let us know.

We also love contributors, so get involved :-)

The Camel riders!

Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhouanan511/camel-spring-boot-examples2.git
git@gitee.com:zhouanan511/camel-spring-boot-examples2.git
zhouanan511
camel-spring-boot-examples2
camel-spring-boot-examples2
camel-3.4.x

搜索帮助