[ 
https://issues.apache.org/activemq/browse/CAMEL-381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=41658#action_41658
 ] 

Claus Ibsen commented on CAMEL-381:
-----------------------------------

UDP bytes with real UTF-8 chars is the only one failing now.
UDP string with real UTF-8 chars is OK.

> 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
>
> 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.

Reply via email to