Re: Character encoding problem of the messages in queue

2011-03-08 Thread Gary Tully
Text is encoded in utf-8, your call to getText() below is the unmarshaled state as the original message is copied on send. see the source here: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/command/ActiveMQTextMessage.java?revision=1074725&view=markup

Re: Character encoding problem of the messages in queue

2011-03-07 Thread RuralHunter
All right looks I'm stupid. this thread can be discarded. This is not an Activemq problem but just the output problem of my receive end. The web admin console displays bad characters but that's just fine. It just doesn't show them correctly but the message in it is correct. -- View this message in