Hi All,
I am working on unique requirement where i have to merge xml files generated
on 6 different servers. Same application war is running on 6 different
servers. Each war deployed generates one xml output file on that particular
server, this way i have 6 files all together but each on separate
Hi,
I'm currently using multicast pattern in order to send concurrently the same
message in two differents pipes.
I wish that my aggregationstrategy could interrupt the wait for the end of
all pipes.
For example, if my pipe2 is the first to anwser (I setted the streaming
option to true) and this e
The Camel community announces the immediate availability of the new patch
release Camel 2.15.2. This release contains a total of 71 fixes applied in the
past few weeks by the community on the Camel 2.15.x maintenance branch.
The artifacts are published and ready for you to download[1] either from
Hi to everybody,
I am currently encountering problem about proxy by payload format, any help
would be helpful.
I followed the tips at report incident tutorial but there, a jax-ws is used
and want to expose two web services by Apache CXF.
One is the proxy and the other for real web service. I am cur
Hi
Its like the consumer of the route being fully async so it releases
its thread at threads, and then it takes over routing.
If you want to fork off work, then use wire tap to decouple the work
from the current routing.
On Mon, May 4, 2015 at 11:48 AM, Carsten Lohmann wrote:
> Hi,
>
> I experim
Trying out "when" now. We can check with statusCode:500 etc in simple then.
Thanks for your response.
Thanks and Regards,
Vanshul Chawla
-Original Message-
From: Claus Ibsen [mailto:claus.ib...@gmail.com]
Sent: Monday, May 04, 2015 5:38 PM
To: users@camel.apache.org
Subject: Re: Camel
Hi
Something like this
https://issues.apache.org/jira/browse/CAMEL-6543
On Mon, May 4, 2015 at 10:44 AM, Anton Hughes wrote:
> Hi Claus
>
> Can you share the link to the jira? This sounds like a very interesting
> feature.
>
> On Fri, May 1, 2015 at 1:39 PM, Claus Ibsen wrote:
>
>> Hi
>>
>> No
Hi
You can use onWhen to an exception as the predicate to trigger or not.
Then you can use some java code as the predicate to check for those
http headers and figure out what to do.
There is also a retryWhile you can use etc.
Camel in Action book chapter 5, in the end of this chapter documents
t
We have a requirement wherein we need to do different error handling for
different error code returned from http external service.
So we have to go for a retry for
"X-Original-HTTP-Status-Code"=404,405,500,401
And no retry for other codes.
What I have learnt so far is onException will do selec
Hi
Yes just mind the timeout is not persistent. eg so if you shutdown the
system after 25 minutes, and start it again. Then the timeout restarts
from 60 minutes - and that I think requires a new incoming message to
trigger that.
On Mon, May 4, 2015 at 1:24 PM, gilboy wrote:
> Hi
>
> I am desig
Hi
I am designing a system were the use of the aggregator is a good fit.
First of all I need to use one of the Persistent AggregationRepository's. My
concern with the approach is that I have certain edge cases were I may not
receive all members of the group, e.g. I am grouping messages with a
co
Hi,
I experimented with the Threads XML-DSL and found its behaviour to be somewhat
confusing.
These route elements
-
-
produce this output
-
INFO BEFORE Threads block; ThreadName: 'default-workqueue-1'
INFO INSIDE Threads bl
Hi Claus
Can you share the link to the jira? This sounds like a very interesting
feature.
On Fri, May 1, 2015 at 1:39 PM, Claus Ibsen wrote:
> Hi
>
> No the components / endpoints dont provide meta-data what java types
> and data formats they support. However we may get there in the longer
> ru
13 matches
Mail list logo