If you need to send an InOut you'd have to use a routing slip: http://servicemix.apache.org/servicemix-eip.html#servicemix-eip-StaticRoutingSlip The response will be sent back to the original consumer after having been processed by the recipients sequentially.
On Jan 31, 2008 8:29 AM, Tribon Cheng <[EMAIL PROTECTED]> wrote: > hi: > > > I just want to create a In-out business flow using ServiceMix. > > I can use JSR181 to expose a webservice to the client, and inner > implementation will like this: > > HttpEndPoint--->JSR81---->EIP--->HttpEndPoint(to call external web services) > > If i use the pipeline(transform and filters), It is limitted to In-Only or > RobustIn-Only, but the > > client may need a response. how can i do that? can anyone explain that to me? > thanks in advance. > > > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
