我有一个要求,我必须使用Camel开发组件。我知道如何在纯Java中执行此操作。但我想在任何适用的地方使用Camel。所以这是我的要求
1) Web service method
2) Validate the request data
3) Insert data into DB
4) Export data into CSV File
5) Move the CSV into a FTP location
6) Call a Stored procedure (which takes a INPUT parameter from Request)
7) Call one more Stored procedure (which takes a INPUT parameter from Request)
8) Call a Web Service and I want this Web Service to run within certain time. If it takes more than that, throw out Time out exception.
我们可以使用Camel实现这一目标吗?我只是想知道,我们能不能做到。如果你觉得它是可以实现的,你能告诉我正确的方向吗?帮助赞赏。
答案 0 :(得分:2)
这些是Camel旨在帮助您的各种基本任务。
由于参考材料和示例都很好地记录了Camel,因此您可以非常轻松地在线查找文档。尝试一下,然后回来查看详细而具体的问题。查看各种任务的起始页面。