I have a bundle on jboss-fuse-6.0.0.redhat-024. It routes a message to a web service using CXF like this:
from("direct-vm:from").id("myfrom").to("bean:bean").inOut(myClient)
Timeout for this connection is 30 seconds by default. Question is how can I decrease the timeout value on the client side?
here is my blueprint.xml:
<cxf:rsClient
id="myClient" address="${my.url}" loggingFeatureEnabled="true"/>