Hi there, I tried (on camel 2.15.2):
<bean id="hl7nettyencoder" class="org.apache.camel.component.hl7.HL7MLLPNettyEncoderFactory“> <property name="charset" value="utf-8"/> </bean> and <bean id="hl7nettyencoder" class="org.apache.camel.component.hl7.HL7MLLPNettyEncoderFactory" factory-method="setCharset"> <argument value="utf-8"/> </bean> Both do not work. Any ideas/suggestions? Cheers, Thomas.