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
https://stack
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 us
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 tha
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.
-
Ca
first to talk about 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 whi
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 where
wrote:
> 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, Au
; 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
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 Down
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 Down
10 matches
Mail list logo