[ https://issues.apache.org/activemq/browse/CAMEL-381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=41666#action_41666 ]
Claus Ibsen commented on CAMEL-381: ----------------------------------- Remember to update wiki docs with the new encoding parameter. > camel-mina UDP protocol should have encoding configuration > ---------------------------------------------------------- > > Key: CAMEL-381 > URL: https://issues.apache.org/activemq/browse/CAMEL-381 > Project: Apache Camel > Issue Type: New Feature > Components: camel-mina > Affects Versions: 1.3.0 > Reporter: Claus Ibsen > Priority: Minor > Attachments: camel_381_patch_part1.txt, camel_381_patch_part2.txt > > > If sending string messages using a MinaProducer then the encoding > configuration is not possible to configure. > Currently it is fixed as: > {code} > encoder = Charset.defaultCharset().newEncoder(); > {code} > It should be possible to configure this so we can have all those exotic kind > of encodings to work. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.