|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 6 matches |
Author |
Message |
Topic: Microsoft.NET |
thaco
Replies: 76 Views: 74194
|
Forum: IBM MQ API Support Posted: Mon Feb 16, 2004 7:57 am Subject: Microsoft.NET |
I made a small test, and indeed one can have separate connections for Put and Get. However I still got the same problems regarding locking. I must admit it sounds pretty nonsense that there should be ... |
Topic: Microsoft.NET |
thaco
Replies: 76 Views: 74194
|
Forum: IBM MQ API Support Posted: Mon Feb 16, 2004 7:34 am Subject: Microsoft.NET |
Yes, I do share the connection between theese threads. Actually, is it possible to let Put and Get use different connections? Hum... yes, it must?! Or more precicely, why not?
Anyhow... at my co ... |
Topic: Microsoft.NET |
thaco
Replies: 76 Views: 74194
|
Forum: IBM MQ API Support Posted: Mon Feb 16, 2004 6:23 am Subject: Microsoft.NET |
Yes, the Get completes with a 2033.
My two threds look like this:
-= PUTTER =-
MQMessage reqM = new MQMessage();
reqM.CharacterSet = reqMCodePage;
reqM.Format = MQC.MQFMT_STRING;
reqM.Messag ... |
Topic: Microsoft.NET |
thaco
Replies: 76 Views: 74194
|
Forum: IBM MQ API Support Posted: Mon Feb 16, 2004 4:18 am Subject: Microsoft.NET |
I think I found the answer myself. I have divided my program into two threads. One which does all the putting of messages to MQ (Putter), and the other one reads all the responses (Getter).
The pro ... |
Topic: Microsoft.NET |
thaco
Replies: 76 Views: 74194
|
Forum: IBM MQ API Support Posted: Sun Feb 15, 2004 11:51 am Subject: MQGMO_WAIT not working properly? |
Im not an expert in the field of MQ, but it seems to me that when setting the MQGMO_WAIT option of the MQGetMessageOptions, my program waits for the whole duration of WaitInterval, regardless if a new ... |
Topic: MQSeries.NET package |
thaco
Replies: 100 Views: 139175
|
Forum: IBM MQ API Support Posted: Wed Mar 12, 2003 5:57 am Subject: Re: EBCDIC to ASCII Conversion Problem |
Is anyone else having a problem converting from EBCDIC to ASCII using this assembly? I've verified that the incoming message format is set to MQFMT_STRING ("MQSTR ") and my GMO is set to MQGMO_CONVER ... |
|
|
|