I was given the following information and wanted to understand why the difference, I would appreciate if someone could enlighten me.
Many Thanks
Using a client connection does typically result in a "chatty" protocol.
Take for example a typical request/response style client which issued
the following sequence of MQI calls:
MQCONN();MQOPEN();MQOPEN();MQPUT();MQGET();MQCLOSE();MQCLOSE();MQDISC()
This sequence involves a minimum of 8 messages, 8 responses and more
importantly 8 line turnarounds (a response must be delivered
synchronously to each MQI call).
If the application were to talk to a local queue manager then only two
messages need be exchanged and often more importantly (assuming non
persistent, non transactional) no line turnarounds.
Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.comArchive: http://listserv.meduniwien.ac.at/archives/mqser-l.html
