Author |
Message |
Topic: MQ setting CCSID and Encoding |
jejo
Replies: 17 Views: 33766
|
Forum: IBM MQ Java / JMS Posted: Tue Feb 15, 2011 9:31 pm Subject: MQ setting CCSID and Encoding |
Thanks for all your suggestions and replies .. I've solved the issue by using following code for putting message in to the queue
putMsgOptions = new MQPutMessageOptions();
putM ... |
Topic: MQ setting CCSID and Encoding |
jejo
Replies: 17 Views: 33766
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 09, 2011 5:03 am Subject: MQ setting CCSID and Encoding |
Am I following correct method in the putMessageOptions? |
Topic: MQ setting CCSID and Encoding |
jejo
Replies: 17 Views: 33766
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 09, 2011 4:45 am Subject: MQ setting CCSID and Encoding |
Converting from StringBuffer to String and WritingString with CCSID
Sorry My Actual code for putMessageOptions is the following..putMsgOptions = new MQPutMessageOptions(); // Set Put Opti ... |
Topic: MQ setting CCSID and Encoding |
jejo
Replies: 17 Views: 33766
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 09, 2011 2:45 am Subject: MQ setting CCSID and Encoding |
Actually the consumer is mapping the message directly to a table and We don't know exactly what's happening at the consumer since it's a 3rd party level.
As i said in my previous post, when the m ... |
Topic: MQ setting CCSID and Encoding |
jejo
Replies: 17 Views: 33766
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 09, 2011 2:23 am Subject: MQ setting CCSID and Encoding |
MQ is running in AS/ 400 |
Topic: Reason 2009 : MQ queue manager closed channel immediately |
jejo
Replies: 16 Views: 21119
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 09, 2011 1:12 am Subject: Reason 2009 : MQ queue manager closed channel immediately |
Guys,
I'm also getting 2009 error when I'm trying put CCSID as 500 , but it seems that 500 is valid CCSID code..
If I'm not setting any CCSID it's working fine.... |
Topic: MQ setting CCSID and Encoding |
jejo
Replies: 17 Views: 33766
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 09, 2011 12:46 am Subject: MQ setting CCSID and Encoding |
What's happening here is , Earlier there used to be a message broker between the queue and our end, which did the operation of applying CCSID and encoding to the message which is understood by the Con ... |
Topic: MQ setting CCSID and Encoding |
jejo
Replies: 17 Views: 33766
|
Forum: IBM MQ Java / JMS Posted: Tue Feb 08, 2011 9:58 pm Subject: MQ setting CCSID and Encoding |
Hi everyone!
My Requirement says that message needs CCSID and encoding to be set in Properties and MQMD.
I'm using clientconnection with mQ and sending message to the Queue with setting CCSID =50 ... |
Topic: CCSID Conversion at Message broker level |
jejo
Replies: 4 Views: 4351
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jan 30, 2011 10:16 pm Subject: CCSID Conversion at Message broker level |
Folks,
I'm new to MQ.. I'm receiving a message from a 3rd party and putting it to the MQ Queue and I'm not setting any ccsid for it. My new requirement says that ccsid conversion happens at message b ... |