Author |
Message |
Topic: Problem in getting Japanese Chars from MQ message |
vineetonline
Replies: 10 Views: 18441
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 24, 2010 6:10 pm Subject: Re: Problem in getting Japanese Chars from MQ message |
For example, printStackTrace() might be useful, to at least report the details of an Exception.
The exception handling is detailed. I removed some of the code from the exception blocks to make t ... |
Topic: Problem in getting Japanese Chars from MQ message |
vineetonline
Replies: 10 Views: 18441
|
Forum: IBM MQ Java / JMS Posted: Tue Feb 23, 2010 1:36 am Subject: Problem in getting Japanese Chars from MQ message |
// ...
oGetQueue.get(oGetMessage,oGetMsgOpt);
str_Message = oGetMessage.readStringOfByteLength(oGetMessage.getMessageLength());
// ...
// ...
oPutMessage.characterSet= 120 ... |
Topic: Problem in getting Japanese Chars from MQ message |
vineetonline
Replies: 10 Views: 18441
|
Forum: IBM MQ Java / JMS Posted: Tue Feb 23, 2010 12:05 am Subject: Re: Problem in getting Japanese Chars from MQ message |
// ...
oGetQueue.get(oGetMessage,oGetMsgOpt);
str_Message = oGetMessage.readStringOfByteLength(oGetMessage.getMessageLength());
// ...
// ...
oPutMessage.characterSet= 120 ... |
Topic: Problem in getting Japanese Chars from MQ message |
vineetonline
Replies: 10 Views: 18441
|
Forum: IBM MQ Java / JMS Posted: Mon Feb 22, 2010 9:33 pm Subject: Problem in getting Japanese Chars from MQ message |
Something bizarre. Where did you get the notion that the correlID was a String???
well the function call passes it as a string. Its a legacy code and has been in production since a long time.
So ... |
Topic: Problem in getting Japanese Chars from MQ message |
vineetonline
Replies: 10 Views: 18441
|
Forum: IBM MQ Java / JMS Posted: Mon Feb 22, 2010 6:18 pm Subject: Problem in getting Japanese Chars from MQ message |
Hello people,
Facing a problem while getting a message with Japanese text in it. Would give you a brief background.
1. Application Server migrated from 9i (jdk 1.3) to 10g (jdk 1.5)
2. AIX Ser ... |