0 Replies Latest reply on May 4, 2012 10:21 AM by arthurportas

    Problem with message encoding.

    arthurportas

      Hi,

       

      i'm using '5.5.1-fuse-04-01' as message broker between a java jms producer and and android stomp client. I can communicate from both-sides with no problem, and i'm exchanging messages in json format.

      My problem is thar from producer i'm sending the string with latin characters like (à, â,etc..), and they are displayed correctly on the console. On the other side, android receives the message and displays it with weird characters on behalf of accents!

      My android project uses UTF-8, so i think it's an encoding problem on the broker.

      I'm using topics, so i can't see the messages content on the web interface(http://localhost:8161/).

      Need help...

      Thanks