Author |
Message |
Topic: Setting CodedCharSetId en Encoding of MQMD when using client |
emakaay
Replies: 5 Views: 12100
|
Forum: IBM MQ API Support Posted: Wed Jan 18, 2006 11:02 pm Subject: Setting CodedCharSetId en Encoding of MQMD when using client |
Thanks for all the replies, but the problem is fixed.
Instead of using the characterset indicated whit MQCCSI_QMGR we used (fixed) characterset 37. Now everything gets converted correctly on a get ... |
Topic: Setting CodedCharSetId en Encoding of MQMD when using client |
emakaay
Replies: 5 Views: 12100
|
Forum: IBM MQ API Support Posted: Wed Jan 18, 2006 1:16 am Subject: Setting CodedCharSetId en Encoding of MQMD when using client |
I'm having trouble to understand the usage of CodedCharSetId and Encoding
When I put a message on the queue I have to indicate which encoding and characterset is used. Normally I use the MQ consta ... |
Topic: MQCC_WARNING when closing queue. Queue closed or not ???? |
emakaay
Replies: 1 Views: 2127
|
Forum: IBM MQ API Support Posted: Tue Nov 04, 2003 2:08 am Subject: MQCC_WARNING when closing queue. Queue closed or not ???? |
Hello everybody,
I'm putting group messages on a queue. If I don't place the LAST_MESSAGE message on the queue, and I close the handle to that queue I get a completion code with the value Warning(1 ... |
Topic: Is applIdentityData converted when transported between qmgrs |
emakaay
Replies: 2 Views: 1970
|
Forum: IBM MQ API Support Posted: Thu Oct 30, 2003 6:03 am Subject: Is applIdentityData converted when transported between qmgrs |
Hello Jeff,
I have two systems both using EBCDIC (Z/OS and ISeries). That's why I thought I could not do a quick test myself.
I forgot that I also had MQControl from contact admin running on a w2k pla ... |
Topic: Is applIdentityData converted when transported between qmgrs |
emakaay
Replies: 2 Views: 1970
|
Forum: IBM MQ API Support Posted: Thu Oct 30, 2003 4:18 am Subject: Is applIdentityData converted when transported between qmgrs |
Hi All,
I would like to use the field applIdentityData from the MQMD to identify the type of message. This field is definied as MQCHAR32. I would like to know if the content of this field is conver ... |
Topic: Getting Uncommited message from queue possible within job |
emakaay
Replies: 7 Views: 4276
|
Forum: IBM MQ API Support Posted: Tue Oct 21, 2003 2:11 am Subject: Getting Uncommited message from queue possible within job |
Hello Bob,
Thanks for getting back to this issue. But I'm not completely satisfied with the answer. I would like a reference to a manual, that explains how a get works when you read message(s) from ... |
Topic: Getting Uncommited message from queue possible within job |
emakaay
Replies: 7 Views: 4276
|
Forum: IBM MQ API Support Posted: Fri Oct 17, 2003 2:10 am Subject: Getting Uncommited message from queue possible within job |
@ bob
Thanks for your quick reply . Could you point out to me where this behaviour is explained, when you're at work again. I would really appreciate this.
Erik |
Topic: Getting Uncommited message from queue possible within job |
emakaay
Replies: 7 Views: 4276
|
Forum: IBM MQ API Support Posted: Fri Oct 17, 2003 1:03 am Subject: Getting Uncommited message from queue possible within job |
Your 2 cents make sense BUT the manuals says that messages that are not commited can't be read from the queue. That's what's bothering me. I would like some documentation that tells me that this is ... |
Topic: Getting Uncommited message from queue possible within job |
emakaay
Replies: 7 Views: 4276
|
Forum: IBM MQ API Support Posted: Fri Oct 17, 2003 12:15 am Subject: Getting Uncommited message from queue possible within job |
Hello everybody,
I stumbled on some strange behaviour using MQSeries. When I put a message on a queue (with the PMO.syncpoint option on) and try to read that same message without committing first, ... |