Re: metadata for components, processors etc

2015-05-04 Thread Anton Hughes
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 claus.ib...@gmail.com wrote: Hi No the components / endpoints dont provide meta-data what java types and data formats they support. However we may get there

Question on Threads XML-DSL

2015-05-04 Thread Carsten Lohmann
Hi, I experimented with the Threads XML-DSL and found its behaviour to be somewhat confusing. These route elements - setExchangePattern pattern=InOnly/ log message=BEFORE Threads block; ThreadName: '${threadName}'/ threads poolSize=10 log message=INSIDE Threads block;

Aggregator completionPredicate criteria question

2015-05-04 Thread gilboy
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

Re: Aggregator completionPredicate criteria question

2015-05-04 Thread Claus Ibsen
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 josephoto...@gmail.com

Camel onException for different HTTP error codes

2015-05-04 Thread Vanshul . Chawla
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

Re: Camel onException for different HTTP error codes

2015-05-04 Thread Claus Ibsen
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

Re: metadata for components, processors etc

2015-05-04 Thread Claus Ibsen
Hi Something like this https://issues.apache.org/jira/browse/CAMEL-6543 On Mon, May 4, 2015 at 10:44 AM, Anton Hughes kurren...@gmail.com 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

RE: Camel onException for different HTTP error codes

2015-05-04 Thread Vanshul . Chawla
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

Re: Question on Threads XML-DSL

2015-05-04 Thread Claus Ibsen
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 c_lohm...@gmx.net wrote:

Proxying with Payload Format

2015-05-04 Thread ercan.canlier
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

Apache Camel 2.15.2 Released

2015-05-04 Thread Willem Jiang
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

Interrupt MultiCast waiting

2015-05-04 Thread romainp
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

Merging xml files generated on different servers

2015-05-04 Thread Mdmshri
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