Re: Camel use case

2024-01-31 Thread Anthony Wu
Hi folks - I had thought that the loop EIP was meant only for testing purposes? In the 3.14.x LTS docs the doc page reads, my emphasis: The Loop EIP allows for processing a message a number of times, possibly in a different way for each iteration. _Useful mostly during testing._ See

Counterintuitive behavior in S3 producer and consumer

2023-07-14 Thread Anthony Wu
Hi folks, I noticed something odd in Camel 3.14.x where, if you have a from("aws2-s3://bucket1") and a to("aws2-s3://bucket2") - basically a download, some processing in the middle, and an upload of a different file and a different bucket (where the KEY header is set to tell Camel which file to

Re: Sending exchange through Pulsar endpoint, exchange properties disappear

2023-04-14 Thread Anthony Wu
Hi Steve - I think you’re talking about consuming the property from the Pulsar topic rather than “within” the Camel route. If you want the properties to make it into the Pulsar queue, rather than just in Camel, you’ll need to set PROPERTIES_OUT (add to the key-value pair) in the header rather

Documentation on onException and exception handling behavior

2022-09-16 Thread Anthony Wu
Hi folks, In reading the following: https://camel.apache.org/manual/exception-clause.html#_how_does_camel_select_which_clause_should_handle_a_given_thrown_exception - the order in which the onException is configured takes precedence. Camel will test from first…last defined. -

Re: Masking endpoint parameters in logs

2020-10-01 Thread Anthony Wu
masking the directory folder name for sftp. > > > On Thu, Oct 1, 2020 at 12:42 AM Anthony Wu > wrote: > > > > Hello Camel users, > > > > In researching options to mask i.e. the SFTP path (considered sensitive > > information) in all logs while retaining ot

Masking endpoint parameters in logs

2020-09-30 Thread Anthony Wu
Hello Camel users, In researching options to mask i.e. the SFTP path (considered sensitive information) in all logs while retaining other information in the log line, I stumbled upon the recently completed ticket https://issues.apache.org/jira/browse/CAMEL-14844. Unfortunately, I can't find

Re: SFTP component emits renaming error when using move parameter on Camel 3.4.0?

2020-08-31 Thread Anthony Wu
: > Hi > > SEDA is built with queueing in mind so those uow works gets handed > over when the exchange is placed on the queue. > direct does not so the route with sftp consumer will done the uow. And > then you do it again with the consumer template. > > > On Mon, Aug 31,

Re: SFTP component emits renaming error when using move parameter on Camel 3.4.0?

2020-08-31 Thread Anthony Wu
y in > the consumer template. > > On Fri, Aug 28, 2020 at 2:37 AM Anthony Wu > wrote: > > > > Hello Camel users, > > > > I've noticed some odd behavior with the SFTP component in combination > > with "move" that I was hoping I could get some clarity on -

SFTP component emits renaming error when using move parameter on Camel 3.4.0?

2020-08-28 Thread Anthony Wu
Hello Camel users, I've noticed some odd behavior with the SFTP component in combination with "move" that I was hoping I could get some clarity on - perhaps it's a misconfiguration or misunderstanding on my end. Given a route using the component as a consumer like the following: public class

SFTP component emits renaming error when using move parameter on Camel 3.4.0?

2020-08-27 Thread Anthony Wu
Hello Camel users, I've noticed some odd behavior with the SFTP component in combination with "move" that I was hoping I could get some clarity on - perhaps it's a misconfiguration or misunderstanding on my end. Given a route using the component as a consumer like the following: public class