Author |
Message
|
edub1 |
Posted: Fri Jan 20, 2012 6:04 am Post subject: Triggering from a remote system |
|
|
Apprentice
Joined: 01 Apr 2008 Posts: 28
|
Hello all
I was reading over some documentation on triggering and I am confused about what it is saying here:
http://publib.boulder.ibm.com/infocenter/wmqv7/v7r1/topic/com.ibm.mq.doc/fg13830_.htm
I'm reading this as you can run the trigger monitor on a remote system? If I am correct in what I'm reading, how is this done? I see no options for connecting to a remote system here when I look at the runmqtrm and runmqtrmc diagram.
Edit: I've looked for old posts as well here and can't seem to find any information on now the remote client trm can connect to the remote queue manager. |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Jan 20, 2012 6:15 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
|
Back to top |
|
 |
edub1 |
Posted: Fri Jan 20, 2012 6:24 am Post subject: |
|
|
Apprentice
Joined: 01 Apr 2008 Posts: 28
|
Hello Jeff
I appreciate the links, but I've looked at that. As I posted the diagram does not give information on how to connect to the remote QM.
Additionally, I'm interested in starting programs from remote Linux/Unix systems connecting to a 7.1 multi-instance QM. runmqtrmc has the same flags as runmqtrm with the exception of the -r (auto-reconnect) flag new in 7.1 not show in your link
>>-runmqtmc--+----------------+--+-----------------------+-----><
'- -m --QMgrName-' '- -q --InitiationQName-' |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Jan 20, 2012 6:31 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Runmqtmc gets it's connection information for the remote qmgr in the same way that any other client application gets it's connection information. |
|
Back to top |
|
 |
edub1 |
Posted: Fri Jan 20, 2012 6:50 am Post subject: |
|
|
Apprentice
Joined: 01 Apr 2008 Posts: 28
|
So the environment variables or MQCHLTAB? I
Sorry, most of our remote applications, for better or worse, do not use these methods so it slipped my mind. |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Jan 20, 2012 6:51 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Yep.
But the full source for runmqtrm/runmqtrc is shipped with the samples, so you can easily modify it to add your own switches and use MQCONNX instead. |
|
Back to top |
|
 |
|