Signaling

2003-01-10 Thread Jiby J. Manuel
Hi,        I’m a newbie to MQ Series (I’m using MQ Series for WinNT ver 5.2) and do have quite a lot of questions on programming for MQ Series with C++.  It would be great if anyone could help me out –   1.   Is signaling supported on MQ Series 5.2 for WinNT? If yes, how do I set

Re: VB sample for SIGNALING

2002-12-27 Thread Robert Broderick
B sample for SIGNALING Date: Fri, 27 Dec 2002 15:07:30 +0900 My CD-ROM's read.me says this is MQSeries V5.2. And Application Programing Guide says: Signaling Signaling is supported only on MQSeries for OS/390, MQSeries for Tandem NonStop Kernel, and MQSeries for Windows Version 2.1. My company ha

Re: VB sample for SIGNALING

2002-12-27 Thread Peter Larsson
think that you'll have to rearchitect your application design, so that you don't need to use MQGMO_SET_SIGNAL ! Regards, Peter Larsson Hirosi Taguti wrote-> My CD-ROM's read.me says this is MQSeries V5.2. And Application Programing Guide says: Signaling Signaling is supporte

Re: VB sample for SIGNALING

2002-12-26 Thread $B#t#a#g#u#t#i(B
(B$GetMsgOpts = { (B Options => MQGMO_FAIL_IF_QUIESCING | MQGMO_SET_SIGNAL, (B WaitInterval => 1000, }; (B$Buffer = MQGET($Hconn,$Hobj,$MsgDesc,$GetMsgOpts,$BufLen,$CompCode,$Reason); (B (BWhat should I do? (B (BRegards, (BHirosi Taguti ([EMAIL PROTECTED] (B (B (BIn message <[EMAIL PROTECTE

VB sample for SIGNALING

2002-12-25 Thread $B#t#a#g#u#t#i(B
Hello, I'm searching a VB sample code for SIGNALING, using MQGMO_SET_SIGNAL. I'm developping a VB apprication which must process it's own message when the message has arrived. By the description of IBM manual, MQGET with MQGMO_SET_SIGNAL can allow the Win2000 to set signal for mes