英文: Streaming file with camel and readLock=none 问题 我正在尝试使用Apache Camel来消费(流式传输)一个大的zip文件。流式传输应该在文件开始...
无法使用Apache Camel 3.4.3和Swagger启动Spring Boot 2.3.3。
英文: Unable to start Springboot 2.3.3 with apache camel 3.4.3 and Swagger 问题 我正在尝试从Camel 2.x迁移到3.x。 目...
不当的异常处理,当 Apache Camel 拦截器抛出异常时。
英文: Inappropriate exception when apache camel interceptor throws one 问题 我创建了一个拦截器来测试Camel路由中的异常处理程序。...
设置Camel ActiveMQ组件选项以编程方式
英文: Setting camel ActiveMQ component options programmatically 问题 @Override public void configure() t...
大文件处理 – 从故障点继续
英文: Large File Processing - Resume from the point of failure 问题 我们需要处理大型CSV文件。我们使用Apache Camel从SFTP位...
camel <to uri> 发送字符串
英文: camel <to uri> sending string 问题 I would like to send string which presents column name an...
读取 JSON 文件内容使用 POLLENRICH 的方法是什么?
英文: How do i read a JSON file content using POLLENRICH 问题 I'm working with Apache Camel version 2.24...
How to move all files from a directory(including subdirectories) to a specific directory without subdirectories in target using camel route over FTP?
英文: How to move all files from a directory(including subdirectories) to a specific directory without...
Testing Apache Camel servlet with spring cloud contract
英文: Testing Apache Camel servlet with spring cloud contract 问题 我有一个Spring Boot应用程序,路由定义如下: @Componen...
如何从Apache Camel中的Jetty端点发送JSON回复?
英文: How to send JSON reply from a jetty endpoint in Apache Camel? 问题 I'm working on a pass-through R...
8