Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3.0
-
None
Description
You can not propagate headers through the xquery component
from("direct:one") .to("xquery:org/apache/camel/component/xquery/transform.xquery") .to("mock:result");
The mock will not receive any of the headers the exchange had when it was send to direct:one