apache-camel

Apache Camel FTP error

ぃ、小莉子 提交于 2020-08-26 06:49:42
问题 I am working on a piece of code that routes from FTP input to a bean process and then to FTP output. The process takes about 15 minutes to complete and when it finishes, the Camel tries to delete a input file from FTP input route. Currently the FTP server throws an error: 13 Jan 2015 18:21:26 DEBUG org.apache.camel.component.file.remote.FtpOperations.deleteFile - Deleting file: ../flex-brazil/Portal_Forn/request_appr/364/NF_4.txt 13 Jan 2015 18:21:26 WARN org.slf4j.helpers.MarkerIgnoringBase

Apache Camel FTP error

给你一囗甜甜゛ 提交于 2020-08-26 06:48:21
问题 I am working on a piece of code that routes from FTP input to a bean process and then to FTP output. The process takes about 15 minutes to complete and when it finishes, the Camel tries to delete a input file from FTP input route. Currently the FTP server throws an error: 13 Jan 2015 18:21:26 DEBUG org.apache.camel.component.file.remote.FtpOperations.deleteFile - Deleting file: ../flex-brazil/Portal_Forn/request_appr/364/NF_4.txt 13 Jan 2015 18:21:26 WARN org.slf4j.helpers.MarkerIgnoringBase

Apache camel,RabbitMQ how to send messages/objects

夙愿已清 提交于 2020-08-24 07:31:38
问题 I hope someone can provide some help on this matter. I am using camel rabbitmq and for testing purpose I am trying to send a message to the queue, which I'm trying to display in rabbitmq interface and then also read it back. However I can't get this working. What I believe works is that I created, in the exchange tab of rabbitmq management interface, a new exchange. In my java code I send the message to that exchange. When the code is executed, I can see a spike in the web interface showing