[
https://issues.apache.org/activemq/browse/AMQNET-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39462
]
Hiram Chirino commented on AMQNET-46:
-------------------------------------
Hi Jonas,
We cannot use the patch since the checkbox that grants us an ASL 2.0 license on
the attachment uploading page was not clicked before it was submitted. Could
yoiu submit again with it clicked??
Thx!
> ActiveMQTextMessage is not encoding strings properly as UTF-8
> -------------------------------------------------------------
>
> Key: AMQNET-46
> URL: https://issues.apache.org/activemq/browse/AMQNET-46
> Project: ActiveMQ .Net
> Issue Type: Bug
> Reporter: Jonas Larsson
> Assignee: James Strachan
> Priority: Critical
> Attachments: utf8fix.patch
>
>
> Non ASCII characters in the Payload of a TextMessage is not properly encoded
> to UTF-8 when sent over the wire.
> This causes the ActiveMQ server to throw an exception like this and is
> blocking for supporting nationalized characters (such as Chinese):
> javax.jms.JMSException: java.io.UTFDataFormatException
> at
> org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:58)
> at
> org.apache.activemq.command.ActiveMQTextMessage.getText(ActiveMQTextMessage.java:87)
> at
> com.mansion.integration.playtech.AccountEventListener.onMessage(AccountEventListener.java:174)
> Attached is a patch that fixes the problem for the message body, but the
> problem probably exists for String properties also.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.