|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 4 matches |
Author |
Message |
Topic: Put and get zip or tar file |
tony
Replies: 1 Views: 2357
|
Forum: General Discussion Posted: Thu Oct 05, 2006 10:21 am Subject: Put and get zip or tar file |
Hi,
I am trying to put the zipped file on the q. Works OK, but when I get the file from the q, I can see the included files data one after another, but it is not a zip file . Am I missing something? ... |
Topic: C# MQ client multi theaded application -logic help. |
tony
Replies: 0 Views: 1686
|
Forum: IBM MQ API Support Posted: Fri Nov 19, 2004 2:50 pm Subject: C# MQ client multi theaded application -logic help. |
I have the multi threaded application where one thread is getting the records from the queue. I use C# and everything is working OK, except
I need to use the do-while loop to constantly retrieve the ... |
Topic: MQ5.3 client performance with .Net |
tony
Replies: 6 Views: 3531
|
Forum: IBM MQ API Support Posted: Fri Oct 22, 2004 7:32 am Subject: MQ5.3 client performance with .Net |
Thanks,
mqMsg = new MQMessage();
mqGetMsgOpts = new MQGetMessageOptions();
mqGetMsgOpts.Options= MQC.MQGMO_WAIT + MQC.MQGMO_FAIL_IF_QUIESCING+MQC.MQGMO_SYNCPOINT;
mqGetMsgOpts.WaitInterval = 300 ... |
Topic: MQ5.3 client performance with .Net |
tony
Replies: 6 Views: 3531
|
Forum: IBM MQ API Support Posted: Thu Oct 21, 2004 9:21 pm Subject: MQ5.3 client performance with .Net |
Hi,
I have a question. We have a multithreaded app on Win XP . C# and SQL server. 1 thread using MQ client to get the message from the server queue, convert the message and store it to the database. ... |
|
|
|