Thomas Diesler created CAMEL-8996:
-------------------------------------
Summary: Add support for Exchange.HTTP_QUERY
Key: CAMEL-8996
URL: https://issues.apache.org/jira/browse/CAMEL-8996
Project: Camel
Issue Type: New Feature
Reporter: Thomas Diesler
Component camel-undertow
Add support for
{code}
ProducerTemplate producer = camelctx.createProducerTemplate();
String result = producer.requestBodyAndHeader("direct:start", null,
Exchange.HTTP_QUERY, "name=Kermit", String.class);
Assert.assertEquals("Hello Kermit", result);
{code}
and possibly other headers. This works for camel-http4
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)