Re: Request message accessibility/manipulation

2010-01-17 Thread lekkie
//camel.apache.org/schema/spring"; >>>>>> trace="true"> >>>>>> >>>>>> org.tempuri >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>

Re: Request message accessibility/manipulation

2010-01-17 Thread Willem Jiang
schema/spring"; trace="true"> I'd like the transformation (requestToAnotherEndpoint.xsl) to be able to access/manipulate the original request message from nmr:consumerEndpoint and the response from nmr:someEndpoint in order to product i

Re: Request message accessibility/manipulation

2010-01-15 Thread Stephen Gargan
>>>>> >>>>>   >>>>> >>>>>  >>>> class="org.tempuri.MyAggregationStrategy"/> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> I have the ffg in

Re: Request message accessibility/manipulation

2010-01-15 Thread lekkie
gt;>> >>>> >>>> >>>> >>>> Stephen Gargan wrote: >>>>> >>>>> Hi, >>>>> >>>>> You can use Wiretaps and an aggregator to do what you're suggesting. >>>>&g

Re: Request message accessibility/manipulation

2010-01-15 Thread Stephen Gargan
dpoint").to("direct:aggregator"); >>>> >>>> from("direct:aggregator").aggregate().header("id").batchSize(2).groupExchanges().to("mock:result"); >>>> >>>> One thing to note is that groupExchanges() wil

Re: Request message accessibility/manipulation

2010-01-15 Thread lekkie
he mock) to >>> combine/transform them to your liking as before responding. You can >>> find a bunch of info about aggregators here >>> >>> http://camel.apache.org/aggregator.html >>> >>> ste. >>> >>> On Thu, Jan 14, 2010 at 12:

Re: Request message accessibility/manipulation

2010-01-15 Thread Stephen Gargan
lekkie wrote: >>> >>> Hi guys, >>> >>> >>> Just a quick one. I have this scenario where I 'd like to manipulate a >>> request and some reponse from an endpoint. The flow below describe what I >>> am >>> trying to achie

Re: Request message accessibility/manipulation

2010-01-15 Thread lekkie
a/spring"; >> trace="true"> >>     >>       >>       >>       >>       >>       >>     >> >> >> I'd like the transformation (requestToAnotherEndpoint.xsl) to be able to >> access/manipulate th

Re: Request message accessibility/manipulation

2010-01-14 Thread Stephen Gargan
; I'd like the transformation (requestToAnotherEndpoint.xsl) to be able to > access/manipulate the original request message from nmr:consumerEndpoint and > the response from nmr:someEndpoint in order to product its output. > > Is this scenario possible? > > -- > View this message in context: > http://old.nabble.com/Request-message-accessibility-manipulation-tp27157259p27157259.html > Sent from the Camel - Users mailing list archive at Nabble.com. > >

Request message accessibility/manipulation

2010-01-14 Thread lekkie
ttp://old.nabble.com/Request-message-accessibility-manipulation-tp27157259p27157259.html Sent from the Camel - Users mailing list archive at Nabble.com.