Delete duplicate messages automatically

2004-06-03 Thread Kiernan, Andrew
Title: Delete duplicate messages automatically Hi Does anyone know, please, if there is a way that you can get MQ (non-programitically) to detect that you have put a duplicate message (if the MsgID or some other identifier is the same) onto a Q and have the duplicate deleted automatically?

Re: MQ and MQSI on the Mainframe

2003-01-31 Thread Kiernan, Andrew
Title: RE: MQ and MQSI on the Mainframe I'd agree but the experience is of using W2K not NT. OS/390 acted in a rather bored and unoccupied way, processing messages. W2K got so agitated it should have seen a therapist (or just had a nice cup of tea, bearing in mind this is England).

Re: Problem with MQAX200.dll

2002-11-25 Thread Kiernan, Andrew
Title: RE: Problem with MQAX200.dll Reddy: The MQQueue class has a property CurrentDepth which will return a long containing the info. you want. Cheers, Andy. -Original Message- From: vemulapati narasimha reddy [mailto:[EMAIL PROTECTED]] Sent: 21 November 2002 18:52 To:

Re: ActiveX Object in VB

2002-05-31 Thread Kiernan, Andrew
Title: RE: ActiveX Object in VB The length parameter is optional on the Get method and by not coding it the buffer for the incoming message is set to accomodate the whole message. So you could, alternatively, not include the length and drop the Get Option for Accepting a Truncated Message.

Re: ActiveX Object in VB

2002-05-30 Thread Kiernan, Andrew
Title: ActiveX Object in VB It may be becasue you are using the same message object. Try setting the mqmsg.Messageid to null after the Get. Andy. -Original Message-From: Joshi, A (Anant) [mailto:[EMAIL PROTECTED]]Sent: 30 May 2002 16:11To: [EMAIL PROTECTED]Subject: ActiveX Object in