Composed Message Processor

2015-12-20 Thread Ishada
I am using Apache Camel in my Application. I am trying to use Composed Message Processor. I have exchange whose body contains some URLs to hit and by using split(body(), MyAggregationStrategy()), I am trying to get the data from urls and using Aggregation Strategy want to combine each data. But

How detect finish in Composed Message Processor EIP?

2015-10-13 Thread dermoritz
reaks "onCompletion" (without parallelProcessing all works finr) (http://camel.465427.n5.nabble.com/When-original-exchange-quot-isDone-quot-with-aggregator-td5772577.html) Claus suggest "Composed Message Processor EIP" (thanks again). There are 2 ways suggested: "splitter only" b

Re: Composed Message Processor

2013-11-18 Thread bilalalp
Thank you so much :) -- View this message in context: http://camel.465427.n5.nabble.com/Composed-Message-Processor-tp5743165p5743410.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Composed Message Processor

2013-11-13 Thread Claus Ibsen
Yeah the composed message processor can do that. In Camel you can use the splitter or multicast / recipient list which has built-in aggregation. for example from cxf multicast parallel aggregate strategy to a to b end On Wed, Nov 13, 2013 at 10:48 AM, bilalalp wrote: >

Composed Message Processor

2013-11-13 Thread bilalalp
Hi everyone, i have a question about composed message processor. I'm using camel in an integration project. For a case , i need to use composed message processor but i don't know where it is suitable or not. Here is the case: A web service request is coming and then i need to create t

Strange problem when implementing a composed message processor

2012-03-28 Thread Knut Aksnes-NOR
I am hitting some strange type problems when implementing a composed message processor using a mixture of Camel and ActiveMQ (Some of the ActiveMQ queues are served by .NET components) The actual processing is done in a seda route called using ExchangePattern.InOut (It is reused a couple of

Re: Composed Message Processor example (Spring XML) doesn't work

2012-03-12 Thread Jing Yang
dget"); } } -- View this message in context: http://camel.465427.n5.nabble.com/Composed-Message-Processor-example-Spring-XML-doesn-t-work-tp5551373p5557927.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Composed Message Processor example (Spring XML) doesn't work

2012-03-09 Thread Claus Ibsen
Alternative is to have a public default ctr of the helper, and then declare it as a regular And then refer to it using the ref attribute to its id: On Fri, Mar 9, 2012 at 7:22 PM, Jing Yang wrote: > By following the Composed Message Processor example (see > http://camel.apache.org/composed-m

Composed Message Processor example (Spring XML) doesn't work

2012-03-09 Thread Jing Yang
By following the Composed Message Processor example (see http://camel.apache.org/composed-message-processor.html) , I created my route as below: body The beans

Re: Composed Message Processor

2009-04-19 Thread Claus Ibsen
he splitter > component by adding a default correlation id, that can eventually be picked > up (by default) by an aggregation component later on. Good idea. Its however best to submit RFE as a ticket in the JIRA tracker Link to JIRA from here: http://camel.apache.org/support.html > &

Re: Composed Message Processor

2009-04-19 Thread Frank Schwarz
entually be picked up (by default) by an aggregation component later on. -- Frank janstey wrote: > > FYI there are some docs on the composed message processor here > http://camel.apache.org/composed-message-processor.html > > as well as a unit test here > http://svn.apa

Re: Composed Message Processor

2009-04-19 Thread Jon Anstey
FYI there are some docs on the composed message processor here http://camel.apache.org/composed-message-processor.html as well as a unit test here http://svn.apache.org/repos/asf/camel/trunk/camel-core/src/test/java/org/apache/camel/processor/ComposedMessageProcessorTest.java On Sun, Apr 19

Re: Composed Message Processor

2009-04-19 Thread Frank Schwarz
be corrected. Kind regards, Frank RomKal wrote: > > Intended behavior and the implemented one is (b) > -- View this message in context: http://www.nabble.com/Composed-Message-Processor-tp23127178p23127659.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Composed Message Processor

2009-04-19 Thread Roman Kalukiewicz
2009/4/19 Frank Schwarz : > > Hi, > > I am trying to realize a composed message processor - without luck so far. > > The messages get perfectly split, but I am not sure, how to realize the > aggregation later on. > > Is there any built-in correlation criteria f

Composed Message Processor

2009-04-19 Thread Frank Schwarz
Hi, I am trying to realize a composed message processor - without luck so far. The messages get perfectly split, but I am not sure, how to realize the aggregation later on. Is there any built-in correlation criteria for the aggregation? The documentation (http://camel.apache.org