Author |
Message
|
bkissinger |
Posted: Fri Mar 19, 2004 4:11 am Post subject: Can Server act as Client? |
|
|
Newbie
Joined: 10 Mar 2004 Posts: 6
|
Hello,
we have a WebsphereMQ Server 5.3 Installation (Windows 2000). Now this Server has to act as a Client for another Server.
Unfortunately, setting the Environment Variable "MQServer" and running the program did not succeed. It seemed that MQServer is just ignored.
Do we need to install the the MQ-Client-Software, although the Server is already installed? Can't imagine that.
Or do we have to consider something else? |
|
Back to top |
|
 |
zpat |
Posted: Fri Mar 19, 2004 4:46 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
You can install both client and server software on the same platform if you really want to.
Normally with a MQ server install you just define a remote queue defintion and perform all the queue gets and puts to the local queue manager which sends/receives the messages to the other queue manager for you.
Are you really surprised that a server can't connect as a client??!! |
|
Back to top |
|
 |
sailor |
Posted: Fri Mar 19, 2004 5:27 am Post subject: |
|
|
Novice
Joined: 25 Mar 2003 Posts: 15 Location: Germany
|
As far as I remember the installation on Windows, you can choose during setup of the Websphere MQ Server if you want to install the client as well. |
|
Back to top |
|
 |
JasonE |
Posted: Fri Mar 19, 2004 5:27 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
Setting MQServer will only help if the app is linked with the client libraries (assuming a C pgm). Other bits (eg. active X) load the server library first and if it fail try the client library, so the answer will depend on what language the app is written in / what it is linked with.
Note the client portion is an optional component during install so there is also the possibility this was not set and hence the client libs are not installed |
|
Back to top |
|
 |
gunter |
Posted: Fri Mar 19, 2004 6:22 am Post subject: |
|
|
Partisan
Joined: 21 Jan 2004 Posts: 307 Location: Germany, Frankfurt
|
You can have only one connection per thread and you can link your application either against the server lib or against the client lib. I don't know how is it in java. _________________ Gunter Jeschawitz
IBM Certified System Administrator - Websphere MQ, 5.3 |
|
Back to top |
|
 |
oz1ccg |
Posted: Fri Mar 19, 2004 7:01 am Post subject: |
|
|
 Yatiri
Joined: 10 Feb 2002 Posts: 628 Location: Denmark
|
Yes, you have to install the MQclient feature.
You will have to find your installation CD's and modify your configuration and add MQClient feature. You can't install the MQclient from a supportpack, because some modules are different.
(I don't know with the transactual MQClient, this might be different, in this case contact your IBM representative for further information.
Some of my clients uses this approach, having some applications connected to a local QMGR on windows, and other connected using MQclient to a remote qmgr on fx. z/OS. As far as I know is the applications only connected to one qmgr at a time.
Just my $0.02  _________________ Regards, Jørgen
Home of BlockIP2, the last free MQ Security exit ver. 3.00
Cert. on WMQ, WBIMB, SWIFT. |
|
Back to top |
|
 |
|