Author |
Message
|
MQMD |
Posted: Wed Oct 10, 2007 10:59 pm Post subject: Does RFHUTILC needs MQ Client inspite of MQ Server |
|
|
Apprentice
Joined: 03 May 2007 Posts: 45
|
I have Websphere MQ 6.0 installed on my machine.
I am running following script
set MQSERVER=SYSTEM.ADMIN.SVRCONN/TCP/3.209.117.218(4444)
set PATH=C:\Program Files\IBM\WebSphere MQ\bin
start rfhutilc.exe
and got the client dll isssue.
So is it mandatory to install client on the machine where rfhutilc is running though MQ Server is installed....In otherwords do't we get "client dlls" while installing the server. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Oct 10, 2007 11:01 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Yes - the server install doesn't include the client libs.
For the record, you could use rfhutil (rather than rfhutilc) on a server install without further work. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
MQMD |
Posted: Wed Oct 10, 2007 11:23 pm Post subject: |
|
|
Apprentice
Joined: 03 May 2007 Posts: 45
|
RFHUTIL is not capable of connecting to remote Queuemanager.
Please correct me. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Oct 10, 2007 11:25 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
MQMD wrote: |
RFHUTIL is not capable of connecting to remote Queuemanager.
Please correct me. |
No, you're entirely correct. I was simply underlining, for the benefit of a possible future searcher, that there is an alternative if you want to examine a local queue manager but whoever runs the site in question is disinclined to install the client.
If you're trying to examine a remote queue manager from a machine which simply happens to have a queue manager on it then you're quite correct, you need rfhutilc and the client install. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
zpat |
Posted: Wed Oct 10, 2007 11:27 pm Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
IH03 documentation should explain the two versions of RFHUTIL and RFHUTILC
Naturally you need the MQ client to connect an application program to a remote queue manager.
However normally you use the local queue manager and send messages over remote queues. |
|
Back to top |
|
 |
MQMD |
Posted: Thu Oct 11, 2007 12:03 am Post subject: |
|
|
Apprentice
Joined: 03 May 2007 Posts: 45
|
|
Back to top |
|
 |
|