[
https://issues.apache.org/jira/browse/ARTEMIS-3598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17453875#comment-17453875
]
Pierre-Henry Brasseur commented on ARTEMIS-3598:
------------------------------------------------
Hello,
you will find in attachment the main.c as example, it is a example program
coming from the fusemqc-client installation package.
I modified it to test with the german special character "ß" send a first time
in UTF-8 code with success and a second time in ISO-8859-15 which failed.
> Sending text message non-UTF-8 containing special characters from OpenWire
> ---------------------------------------------------------------------------
>
> Key: ARTEMIS-3598
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3598
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: ActiveMQ-Artemis-Native, OpenWire
> Affects Versions: 2.16.0
> Reporter: Pierre-Henry Brasseur
> Assignee: Clebert Suconic
> Priority: Major
> Attachments: Re Question about charset supported by Artemis.msg,
> main.c
>
>
> When a text message non-UTF-8 (ISO-8859-15) containing special characters is
> sent from OpenWire, this raised an exception
> :"java.io.UTFDataFormatException" which is not correctly handle and prevent
> the sending of the text message.
> See email from ActiveMQ Community in attachment for more details.
> [^Re Question about charset supported by Artemis.msg]
>
> This was working with previous ActiveMQ version (v5.15.9).
>
> Identified during following test :
> Text message sent from a C program using the Fuse ActiveMQ-Client C library
> to Artemis v2.16.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)