1 Star 0 Fork 1

寒松/camel-spring-boot-examples2

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

Camel Example Rest Producer

This example shows how to call a REST service using Camel Rest.

The example uses a timer to trigger a Camel route to call the REST service. The REST service is embedded within Spring Boot itself so it can run standalone.

Camel routes

The Camel route is located in the RestRoute class. In this class the route starts from a timer, that triggers every 2nd second and calls the REST service using the rest endpoint which returns a message, that is logged.

Configuring Rest

The rest producer is configured using Camels Rest DSL which is done using the restConfiguration in the route. The actual HTTP client that is used to call the REST service is camel-http which is added as dependency in the pom.xml file. You can use other HTTP clients with the REST producer such as

  • camel-http

  • camel-netty-http

  • camel-undertow

How to run

You can run this example using

mvn 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!

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

搜索帮助

0d507c66 1850385 C8b1a773 1850385