Re: Problem with UTF-8 encoded characters

2016-11-07 Thread Ajay Jindal
Any update on it, as it is a show stopper for us. Any help shall be appreciated. -- View this message in context: http://activemq.2283324.n4.nabble.com/Problem-with-UTF-8-encoded-characters-tp4718607p4718996.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Problem with UTF-8 encoded characters

2016-11-03 Thread Ajay Jindal
No these exceptions doesn't have stack trace. After starting the ActiveMQ, if we send message that do not contain special characters then there is no WARN message gets generate in log file. But if message contains special characters then right after sending it, these WARN gets generate in log fil

Re: Problem with UTF-8 encoded characters

2016-11-02 Thread Ajay Jindal
Hi Tim, Thanks for your reply. We are reading this message in our Java application as a listener, and after reading saving it into a file. Below is the code, how we are reading message: String msgText = ((TextMessage) msg).getText(); Also we are getting bellow WARN in ActiveMQ logs and console

Problem with UTF-8 encoded characters

2016-10-28 Thread Ajay Jindal
Hi I am having a problem with UTF-8 encoded characters (for eg: 'å,ø'). When I send it as a message to the queue and then receive it, I get a value that like '?' for all special characters. I have tried to pass the file.encoding parameter as a JVM option e.g. -Dfile.encoding="UTF-8" But stil