-
Bug
-
Resolution: Done
-
Major
-
fuse-7.2
-
None
-
Sprint 2019-40
-
- Explanation of `continualtionTimeout`(1) is incorrect.
- This explanation is the same as `password` described immediately before.
- The community document(2) seems to be correct.
(1) Apache Camel Component Reference > Chapter 75. CXF
https://access.redhat.com/documentation/en-us/red_hat_fuse/7.2/html/apache_camel_component_reference/cxf-component
~~~
continuationTimeout:
New in Camel 2.12.3 This option is used to set the basic authentication information of password for the CXF client.
~~~
(2) Apache Camel > Documentation > Components > CXF
https://camel.apache.org/cxf.html
~~~
New in Camel 2.14.0 This option is used to set the CXF continuation timeout which could be used in CxfConsumer by default when the CXF server is using Jetty or Servlet transport. (Before Camel 2.14.0, CxfConsumer just set the continuation timeout to be 0, which means the continuation suspend operation never timeout.)
Default: 30000
Example: continuation=80000
~~~