The Netty4 encoder/decoder don’t have a “Charset” property - this is controlled by the “encoding” URI parameter.
> On Feb 12, 2016, at 5:36 AM, Walzer, Thomas <[email protected]> > wrote: > > 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.
