HELP: Dynamic queue creation

2003-05-12 Thread Murugesan Ravuthan
Hi All, I want to create a queue dynamically and delete the same queue after the usage. Can you please tell me how to do that with MQI? Thanks MUrugesan Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com A

MQI MQCONN call error

2003-03-26 Thread Murugesan Ravuthan
Hi All, I am developing MQ Clinent application on VMS in C. IBM MQServer is running on windows. i define the environment MQSERVER variable. $define MQSERVER "S_tcp/tcp/206.54.39.67" When i run this program on VMS i got the reason code 2058. the same programe working in window fine. what error

HELP MQI MQOPEN

2003-03-26 Thread Murugesan Ravuthan
Hi, I am trying to open the queue in both input and output mode. The requirement is, i should be able to send & receive messages and inquire the queue. l_Option = MQOO_OUTPUT + MQOO_INQUIRE+ MQOO_INPUT_AS_Q_DEF; MQOPEN(m_hConnection, &obj_Od,l_Option, &m_hObject, &l_Opencode, &l_Reason); Here

HELP: MQCONN

2003-01-27 Thread Murugesan Ravuthan
Hi all I am writing MQSeries application in C++ using MQI (that s the requirement). I have written my own wrapper function Open() This function uses MQCONN and MQOPEN calls. int MQICommunication::Open( const char* pszQueueName, int mode) { } The Close function uses MQCLOSE and MQDISC. int

Re: HELP : Getting particular messages

2003-01-16 Thread Murugesan Ravuthan
n source field, or when it copies all 24 bytes */ Good luck, Dave Awerbuch IBM Certified MQSeries Specialist mailto:[EMAIL PROTECTED] ----- original message - Date: Thu, 16 Jan 2003 10:31:23 +0530 From: "Murugesan Ravuthan" <[EMAIL PROTECTED]> Subject: HELP : Getting particular m

AMI vs MQI

2003-01-16 Thread Murugesan Ravuthan
Hi All, I need help in implementing publisher/subscriber model with MQI. The scenario is, The Client will be posting message using publisher/subscriber model with AMI (in WINDOWS system). On the other hand my server application picks up the messages using MQI (in Open VMS Alpha System), process t

HELP : Getting particular messages

2003-01-15 Thread Murugesan Ravuthan
Hi all, Let me explain the scenario I have 3 MQ series client. All 3 clients post the messages on the same queue . The idea is, whoever posted the message only they should get the response for that message. To do that I group the messages by CorrelId, For Client1 the CorrelId is COR1 Clie

Help need for building the IBM Mqseries client application!!!

2003-01-08 Thread Murugesan Ravuthan
Hi all, I got some problem in writing MQseries client application. Let me explain what i have done. IBM Mqseries server is running on windows 2000 machine. Mqseries client application is running on Open VMS. I tried to connect with Mqserver from VMS thru the sample program given by IBM ( u can