Author |
Message
|
rehe |
Posted: Thu Jul 17, 2003 8:01 am Post subject: mqsiput command |
|
|
Novice
Joined: 17 Jul 2003 Posts: 13
|
I have MQSeries Client 5.3 installed on my PC. Using WMQSI vers. 2.1 to create message flows etc. For testing, is it then possible for me to use the command mqsiput from my pc? |
|
Back to top |
|
 |
jhalstead |
Posted: Thu Jul 17, 2003 8:16 am Post subject: |
|
|
 Master
Joined: 16 Aug 2001 Posts: 258 Location: London
|
Not sure about this command, however a super way of interacting with the broker is through support pack IH03. This provides a client GUI which can connect to the remote qmgr and enables you to put messages with the relevant MQRFH2 headers on queues - along with allowing you to get message from queues...
Have fun!
Jamie |
|
Back to top |
|
 |
kirani |
Posted: Thu Jul 17, 2003 10:24 am Post subject: Re: mqsiput command |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
rehe wrote: |
I have MQSeries Client 5.3 installed on my PC. Using WMQSI vers. 2.1 to create message flows etc. For testing, is it then possible for me to use the command mqsiput from my pc? |
This utility comes with supportPac IH02. Since you have MQSeries client installed on your PC you need run the client version of this utility, which is mqsiputc. You can download this utility from following url,
http://www-3.ibm.com/software/integration/support/supportpacs/individual/ih02.html _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
kwelch |
Posted: Thu Jul 31, 2003 11:53 am Post subject: |
|
|
 Master
Joined: 16 May 2001 Posts: 255
|
Jamie,
I have tried to use the IH03 support pac and it works fine for my local qmgr I have installed on my pc. When I try to use the client version to connect to a remote qmgr it does not work. Do I need to do something special to be able to connect to remote qmgr's? Thanks.
Karen |
|
Back to top |
|
 |
EddieA |
Posted: Thu Jul 31, 2003 12:44 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Have you got a Client Channel Table. Or have you set the MQSERVER environment variable. You need one, or the other.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
kwelch |
Posted: Thu Jul 31, 2003 12:49 pm Post subject: |
|
|
 Master
Joined: 16 May 2001 Posts: 255
|
Hi Eddie,
I had a client channel table but it doesn't appear to be working. What do I set the MQServer environment variable to?
Thanks!
Karen |
|
Back to top |
|
 |
HugoB |
Posted: Fri Aug 01, 2003 2:17 am Post subject: |
|
|
Acolyte
Joined: 26 Jun 2001 Posts: 67
|
Try something like this (windows platform)
set MQSERVER=SYSTEM.ADMIN.SVRCONN/TCP/IDEFIX(1414)
rfhutilc
You can put this in some sort of bat file.
IDEFIX is in this case the name of the QMGR, port number 1414.
Now you can put/get but you need to tell RFHUTIL everything.
Since it can't read out which queue's are available. |
|
Back to top |
|
 |
kirani |
Posted: Fri Aug 01, 2003 8:38 am Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
KlaasBaas wrote: |
IDEFIX is in this case the name of the QMGR, port number 1414.
|
A small correction here, IDEFIX is your hostname. You pass the queue manager name as a command line parameter to this utility. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
|