Posted: Thu May 30, 2002 1:17 am Post subject: Extended Conn
Newbie
Joined: 23 May 2002 Posts: 9 Location: Mumbai, India
hi there..
can anyone plz tell me the difference between MQCONN and MQCONNX... also when to go for MQCONNX instead of MQCONN.
what should be the libraries that should be linked if i am going for CONNX??
Joined: 16 May 2001 Posts: 668 Location: Switzerland
Hi,
Normally, as a safety precaution, MQ fires off a process called AMQZLAA0 - rhis is your interface to MQ. This slows things down a bit, so to speed things up, you can use CONNX which will correct you direct to the queue manager, without the intermediate process.
Two drawbacks:
1) Only users in the MQM group are allowed to use this feature - and you don't want to go around putting people in this group all the time;
2) This has the POTENTIAL of screwing things up a treat if your application program misbehaves. It COULD corrupt the MQ shared memory and other IPC stuff.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum