Author |
Message
|
KAKEZ |
Posted: Wed Dec 07, 2005 2:03 am Post subject: Can RQSTR chl start a SVR chl to connect to other IP adr? |
|
|
Centurion
Joined: 10 Oct 2002 Posts: 117
|
Hi,
i have defined the following:
- on qmgr QM1 i have defined a requester chl to go to qmgr QM2
name: QM1.TO.QM2
- on qmgr QM2 i have define the corresponding SVR chl
name: QM1.TO.QM2 but fully qualified - i defined a cxionname to go to
a third qmgr QM3
- on this qmgr QM3 i defined a receiver chl
name: QM1.TO.QM2 (same name as server chl)
i would like starting the requester chl on QM1, to transfer all the messages
on the XmitQ associated with the server chl on QM2 to the third destination QM3 - is that possible?
all the tests i made show that each time the messages are sent to QM1 and not to QM3
some advices from a specialist? thanks in advance
Jack |
|
Back to top |
|
 |
Mr Butcher |
Posted: Wed Dec 07, 2005 2:38 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
i dont think you will make this work. the server channel will always connect to the requestor that initiated the connection.
only in the case that the connection is initiated by the server then the connane (full qualified server) is used.
this is not documented explizit in the intercommunication guide, but seems to be the result if you read "between the lines". _________________ Regards, Butcher |
|
Back to top |
|
 |
KAKEZ |
Posted: Wed Dec 07, 2005 3:43 am Post subject: |
|
|
Centurion
Joined: 10 Oct 2002 Posts: 117
|
thanks Butcher - i stop now the tests
jack |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Dec 07, 2005 4:10 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
But you could send a PCF message down the requestor channel from QM1 to start the channel on QM2 to send stuff to QM3. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
KAKEZ |
Posted: Wed Dec 07, 2005 4:28 am Post subject: |
|
|
Centurion
Joined: 10 Oct 2002 Posts: 117
|
hi jefflowrey,
- how could we send a mess (PCF one) to QM2 from QM1 because QM1 to QM2 is a requester chl and the mess flow is only from QM2 to QM1?
regards
Jack |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Dec 07, 2005 4:39 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Well, I guess that is a bit difficult then. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Mr Butcher |
Posted: Wed Dec 07, 2005 6:19 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
you need a sender / receiver channel QM1 to QM2 and another sender / Receiver QM2 to QM3 (no need for server / requestor any longer)
Now you send a message from QM1 using channel QM1 to QM2 to tell QM2 to start the QM2 to QM3 channel.
either use pcf command message, or use a dummy message (app must be able to handle this) tha tis put into the remoteq / xmitq (QM2 to QM3) that triggers the channel, or or or.
but maybe its better to use a tool (like MO71) or whatever is available to connect directly to QM2 and start the channel, but that depends on your setup andrequirements _________________ Regards, Butcher |
|
Back to top |
|
 |
|