Just to check if I understand you right:

Do you mean, my route should look like
from("cxf:XXX?wsdlURL=YYY&...")....to(...)...to("cxf:${header[ReplyTo]}?wsdlURL=YYY&...&synchronous=true");
instead of
from("cxf:XXX?wsdlURL=YYY&...")....to(...)...to("cxf:${header[ReplyTo]}?wsdlURL=YYY&...");
 
? 

I tried this, but cxf producer nevertheless isn't capable to send a message
every 2 seconds for example.

Regards.



--
View this message in context: 
http://camel.465427.n5.nabble.com/cxf-producer-needs-a-break-tp5730612p5731249.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to