OpenWire encode and decode UTF8 incorrect
-----------------------------------------
Key: AMQCPP-232
URL: https://issues.apache.org/activemq/browse/AMQCPP-232
Project: ActiveMQ C++ Client
Issue Type: Bug
Components: Openwire
Affects Versions: 2.2.5
Environment: Windows XP SP 3, Visual Studio 2008
Reporter: Peter Pfort
Assignee: Timothy Bish
Hallo,
we are using topic messages to sent messages from one user to another. Our
program subscribe a durable consumer with selector "UserName='<user>'" and send
a message with the property "UserName" and value "<user>".
All works fine, when <user> contains only ASCII characters. When <user>
contains non ASCII characters like äöüßé, the message is not send to the
consumer.
The problem ist that readString and writeString in OpenwireStringSupport.cpp
have bugs
Regards,
Peter
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.