-----Original Message-----
From: Pisharath Krishnan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 25 July 2002 12:33 PM
To: [EMAIL PROTECTED]
Subject: basic question - how to connect to MQSeries serverI am writing an MQSeries app that will run C++ on NT (VC++) and need to connect to QueueManager on a UNIX box. The questions I have are:
1. Is it absolutely necessary for me to load MQSeries client on the NT boxes (and then create channels etc), or is there a direct way of specifying the hostname to connect to as a parameter to MQCONN or something? If so, what libs do I need on the NT box for linking etc ?
2. If it is indeed necessary to use MQ client, then do I really need to "install" the MQ client on each machine (there are a large number of users), or can I just link in the lib files ? If so, which files will the clients need for running the app ?
Thanks in advance for any help,
- krishnan
Do You Yahoo!?
Yahoo! Health - Feel better, live better
Howdy,
You
will need the MQ client DLL's on all clients that wish to talk via MQ to an
MQ server.
You do
not need to do an "MQ install" using a client install CD however, I created my
own client install by creating a directory structure and copying all files,
setting the registry entries and creating a local MQM group on the client PC
then setting the environment so my apps can load the DLL's on
startup.
Then
you application will work!
Sid
- basic question - how to connect to MQSeries server Pisharath Krishnan
- Re: basic question - how to connect to MQSeries se... Philip, Aby
- Re: basic question - how to connect to MQSerie... Pisharath Krishnan
- Re: basic question - how to connect to MQSeries se... Stefan Sievert
- Re: basic question - how to connect to MQSeries se... Philip, Aby
- Sid Young
