Details
-
Type:
New Feature
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.16.0
-
Component/s: camel-undertow
-
Labels:None
-
Estimated Complexity:Unknown
Description
Component camel-undertow
Add support for
ProducerTemplate producer = camelctx.createProducerTemplate();
String result = producer.requestBodyAndHeader("direct:start", null, Exchange.HTTP_QUERY, "name=Kermit", String.class);
Assert.assertEquals("Hello Kermit", result);
and possibly other headers. This works for camel-http4