Re: Routing question

2016-05-31 Thread miri eyni
thanks for your answer. in this case i am lose the orig request? -- View this message in context: http://camel.465427.n5.nabble.com/Routing-question-tp5782945p5783285.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Routing question

2016-05-25 Thread arno noordover
n the payload containing all the responses. -- View this message in context: http://camel.465427.n5.nabble.com/Routing-question-tp5782945p5783075.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Routing question

2016-05-25 Thread miri eyni
i didn't try it. where can i store the responses values? i need call to different APIs to get metadata before i call to target request ? thanks -- View this message in context: http://camel.465427.n5.nabble.com/Routing-question-tp5782945p5783058.html Sent from the Camel - Users ma

Routing question

2016-05-23 Thread miri eyni
) newRequest.setS2(s2) newRequest.setS3(s3) exchange.getIn().setBody(newRequest) } what is the best way to implements? -- View this message in context: http://camel.465427.n5.nabble.com/Routing-question-tp5782945.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Routing question

2016-05-23 Thread souciance
hange.getIn().setBody(newRequest) > } > what is the best way to implements? > > -- > If you reply to this email, your message will be added to the discussion > below: > http://camel.465427.n5.nabble.com/Routing-question-tp5782945.html > To star

Re: n00b routing question

2015-06-22 Thread Claus Ibsen
route number > for both 1 and 2. Currently they are 33 and 34 respectively. > > Jason > > -Original Message- > From: Claus Ibsen [mailto:claus.ib...@gmail.com ] > Sent: Monday, June 22, 2015 12:26 PM > To: users@camel.apache.org > Subject: Re: n00b routing ques

RE: n00b routing question

2015-06-22 Thread Pratt, Jason
] Sent: Monday, June 22, 2015 12:26 PM To: users@camel.apache.org Subject: Re: n00b routing question Hi Can you tell a bit more about which Camel version. And what CLI do you use? And what command or what you do type. On Mon, Jun 22, 2015 at 8:30 PM, Pratt, Jason wrote: > Hello everyone - I

Re: n00b routing question

2015-06-22 Thread Claus Ibsen
Hi Can you tell a bit more about which Camel version. And what CLI do you use? And what command or what you do type. On Mon, Jun 22, 2015 at 8:30 PM, Pratt, Jason wrote: > Hello everyone - I am trying to get my routes to show up when I list them in > the CLI. I can get the context to display 'm

n00b routing question

2015-06-22 Thread Pratt, Jason
Hello everyone - I am trying to get my routes to show up when I list them in the CLI. I can get the context to display 'myId', but not route1 or route2. What am I doing wrong? http://camel.apache.org/schema/blueprint"; id="myId"> Regards, Jason