hi
I have no control over the external server .
I guess if i split the route into two routes it works.
1 from(internalserver1 ).process(server1requestHandler
).to(extrenalserver).process(responseHandler);
2 from(internalserver2).process(server2requestHandler );
External Server will be sendin
Hi,
What's your extrenalserver work for?
From the flow that you just showed, the exterenalserver is another kind of
service that you need to simulate.
--
Willem Jiang
Red Hat, Inc.
FuseSource is now part of Red Hat
Web: http://www.fusesource.com | http://www.redhat.com
Blog: http://willemjia