Author |
Message |
Topic: How charset coversion takes place within JMS |
AmitN
Replies: 20 Views: 25231
|
Forum: IBM MQ Java / JMS Posted: Wed May 08, 2013 7:06 pm Subject: How charset coversion takes place within JMS |
Yes rekarm01, that worked...!!!!
Thank you..huh..!! alas the issue is resolved..
Thanks to everyone here.. Vitor, fjb_saper. |
Topic: How charset coversion takes place within JMS |
AmitN
Replies: 20 Views: 25231
|
Forum: IBM MQ Java / JMS Posted: Fri May 03, 2013 6:35 pm Subject: How charset coversion takes place within JMS |
thanks rekarm01 for clarifying.
I got the below response from amqsbcg -
StrucId : 'MD ' Version : 2
Report : 0 MsgType : 8
Expiry : -1 Feedback : 0
Encoding : 785 CodedCharSet ... |
Topic: How charset coversion takes place within JMS |
AmitN
Replies: 20 Views: 25231
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 26, 2013 7:19 pm Subject: How charset coversion takes place within JMS |
HI fjb_saper,
These messages are sent by DB2 Event publisher ,
Message format set to xml.
Message codepage set to 1208
Are these MQMD parameters set by MQ or by application? |
Topic: How charset coversion takes place within JMS |
AmitN
Replies: 20 Views: 25231
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 26, 2013 1:42 am Subject: How charset coversion takes place within JMS |
@rekarm01... Not sure about the record...
Do you mean casting to text message does not do the conversion?
Receiving message is in xml format and message's body has these juink characters.
... |
Topic: How charset coversion takes place within JMS |
AmitN
Replies: 20 Views: 25231
|
Forum: IBM MQ Java / JMS Posted: Thu Apr 18, 2013 8:44 am Subject: How charset coversion takes place within JMS |
Am using the same code in my environment but it not working here -
if (message instanceof TextMessage)
{
try {
String sChangeMessage = ((TextMes ... |
Topic: Data conversion from EBCDIC not happening |
AmitN
Replies: 10 Views: 5724
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 17, 2013 8:51 am Subject: Data conversion from EBCDIC not happening |
Message format s set to XMl trough Db2 Event publisher, so In case of xml how the conversion should take place in MQ ? |
Topic: Data conversion from EBCDIC not happening |
AmitN
Replies: 10 Views: 5724
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 15, 2013 2:40 am Subject: Data conversion from EBCDIC not happening |
Hi All,
Here are the details -
CCSID @ Source QManager -
Coded character set ID . . : 37
MQMD Details -
** Numeric encoding of message data
15 ... |
Topic: Data conversion from EBCDIC not happening |
AmitN
Replies: 10 Views: 5724
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 10, 2013 9:32 am Subject: Data conversion from EBCDIC not happening |
@zpat..
We are using textmessage only to work in JMS... We are casting incoming message to textmessage to work further on it... |
Topic: Data conversion from EBCDIC not happening |
AmitN
Replies: 10 Views: 5724
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 10, 2013 8:53 am Subject: Data conversion from EBCDIC not happening |
@fjb_saper
Sorry for the late reply.
Data which is coming from the source is XML format with an MQRFH2 header.. |
Topic: Data conversion from EBCDIC not happening |
AmitN
Replies: 10 Views: 5724
|
Forum: IBM MQ Java / JMS Posted: Thu Apr 04, 2013 6:18 pm Subject: Data conversion from EBCDIC not happening |
Hi All,
Am facing a problem in my system where data is coming in EBCDIC format for example - in place of SPACE we are getting 40 and for 1234 its shows F1F2F3F4.
the flow of the data is -
DB ... |