Author |
Message |
Topic: MQGET RFH2 data that contains Unicode |
arthurlwf
Replies: 19 Views: 13521
|
Forum: IBM MQ API Support Posted: Wed Feb 27, 2008 10:37 pm Subject: MQGET RFH2 data that contains Unicode |
Tried XMS but got error msg box at the code "sess = conn.createSession();". The error state "Unhandled exception at 0x7c59bc81 in PUT.exe: Microsoft C++ exception xms::Exception at memo ... |
Topic: MQGET RFH2 data that contains Unicode |
arthurlwf
Replies: 19 Views: 13521
|
Forum: IBM MQ API Support Posted: Tue Feb 26, 2008 10:52 pm Subject: MQGET RFH2 data that contains Unicode |
XMS/JMS look for a good understanding on how JMS works with MQ (see using java manual). XMS works in a very similar way...
Enjoy
Thanks for the reply.
By any chance do you have any ... |
Topic: MQGET RFH2 data that contains Unicode |
arthurlwf
Replies: 19 Views: 13521
|
Forum: IBM MQ API Support Posted: Tue Feb 26, 2008 8:18 pm Subject: MQGET RFH2 data that contains Unicode |
I really don't actually understand what the point about "an RFH2 with Unicode" characters is.
I also really don't understand what that bit about "replace NULL with dummy characters&q ... |
Topic: MQGET RFH2 data that contains Unicode |
arthurlwf
Replies: 19 Views: 13521
|
Forum: IBM MQ API Support Posted: Mon Feb 25, 2008 11:00 pm Subject: MQGET RFH2 data that contains Unicode |
Alas, I need to retrieve in C++ code.
So get the XMS c++ support pack already!
If VB.Net only requires a command to convert from Bytes to String.
Does C++ only method to con ... |
Topic: MQGET RFH2 data that contains Unicode |
arthurlwf
Replies: 19 Views: 13521
|
Forum: IBM MQ API Support Posted: Mon Feb 25, 2008 6:03 pm Subject: MQGET RFH2 data that contains Unicode |
Is there any other alternative method besides XMS?
Yes, you can code your own solution. It's not that bad really but it is reinventing the wheel a bit.
Actually, I manage to retrieve RFH2 msg w ... |
Topic: MQGET RFH2 data that contains Unicode |
arthurlwf
Replies: 19 Views: 13521
|
Forum: IBM MQ API Support Posted: Mon Feb 25, 2008 4:07 am Subject: MQGET RFH2 data that contains Unicode |
Thanks for the input. With XMS, is it possible to convert the response data from MQBYTE to wchar_t data type? The wchar_t is used to support unicode data.
Is there any other alternative method besi ... |
Topic: MQGET RFH2 data that contains Unicode |
arthurlwf
Replies: 19 Views: 13521
|
Forum: IBM MQ API Support Posted: Mon Feb 25, 2008 3:22 am Subject: MQGET RFH2 data that contains Unicode |
Thanks for all the input. Currently I have a dll codes thats able to retrieve RFH2 msg via
MQGET(Hcon, /* connection handle */
Hobj, /* object handle */
... |
Topic: MQGET RFH2 data that contains Unicode |
arthurlwf
Replies: 19 Views: 13521
|
Forum: IBM MQ API Support Posted: Mon Feb 25, 2008 2:36 am Subject: MQGET RFH2 data that contains Unicode |
By using Visual C++ v6 compiler, what is the best approach to retrieve data from MQGET where the response message contains RFH2 msg and unicode data?
Thanks |