Hi , you need use that option on consumer and producer at the same time just like this from("cxf:XXX?wsdlURL=YYY&…&synchronous=true")....to(...)...to("cxf:${header[ReplyTo]}?wsdlURL=YYY&…&synchronous=true");
BTW, it could be great if you can submit a simple test case to the JIRA, then we can keep on digging the issue. -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Monday, April 22, 2013 at 8:36 PM, Smith-John wrote: > 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 > (http://Nabble.com).