In the issue CXF-1668 Eduard reported that CXF uses the system encoding
for JMS Messages. This is wrong as most times messages are to be
transmitted using UTF-8.
I want to build a patch for this issue but need some conceptional help.
When we receive a message from JMS how can we decide which encoding it
uses? Should I try to use the <?xml encoding=""?> tag? Where is a good
point to add this functionality? Should I add it in handleResponse like
Eduard suggested?
Best regards
Christian
https://issues.apache.org/jira/browse/CXF-1668