Hi everyone,

if the resourceUri is a HTTP uri the inputType & outputType uri params are 
ignored.

Example route:
from(seda("incoming"))
.to("jolt:https://test-server/transform.json?inputType=jsonString&outputType=jsonString";)
 .to(seda("outgoing"));

This method clears the parameter map: 
https://github.com/apache/camel/blob/b4f0c8d00d2dd7f5a9397d8422d3b6e52998505d/components/camel-jolt/src/main/java/org/apache/camel/component/jolt/JoltComponent.java#L50
Is this intended?

Kind regards.

Sent with [Proton Mail](https://proton.me/mail/home) secure email.

Reply via email to