Author |
Message
|
santy |
Posted: Mon Nov 20, 2006 11:49 pm Post subject: accessing Queuemanagers on remote machine in MQOUTPUT node |
|
|
Centurion
Joined: 03 Nov 2006 Posts: 141
|
Hi
My broker is configured to local Queuemanager.I am able to access local queuemanager's queues through broker nodes.
but In MQOUTPUT node properties when I give queue manager name as Remote queue manager and queue name as local queue of remote queue manager I am getting mqrc as 2092.
I have created all mq compmnents required for communication to happen between local queue manager( on which broker is configured) and remote queue manager.
Channels are also in running state
Please help
Regards,
santy |
|
Back to top |
|
 |
MSV |
Posted: Tue Nov 21, 2006 12:59 am Post subject: |
|
|
Acolyte
Joined: 11 Apr 2006 Posts: 59
|
Check whether remote queing is working succesfully or not .
(Try with ur Remote queue definition manually) |
|
Back to top |
|
 |
santy |
Posted: Tue Nov 21, 2006 2:18 am Post subject: |
|
|
Centurion
Joined: 03 Nov 2006 Posts: 141
|
yes . If I put message on a remote queue it is working fine...
My Broker is configured to Qmanager QM
IN is local queue with usage as a transmission of QM
I am expecting a message in a output queue OUT of quemanager QM1
Created channels between QM and QM1 --both are in running state.
flow is simple with MQInput node-> Compunt node - > MQoutput node
MQoutput node contains Queue manager name as QM1 and Queue name as OUT.
But its not working
Please help
thanks,
santy |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Nov 21, 2006 2:35 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
Back to top |
|
 |
MSV |
Posted: Tue Nov 21, 2006 2:37 am Post subject: |
|
|
Acolyte
Joined: 11 Apr 2006 Posts: 59
|
santy wrote: |
My Broker is configured to Qmanager QM
IN is local queue with usage as a transmission of QM
|
As per the naming convention given in help,
The name of transmission queue present on ur local queue manager should be QM1(ur remote Queue manager). |
|
Back to top |
|
 |
santy |
Posted: Tue Nov 21, 2006 2:40 am Post subject: |
|
|
Centurion
Joined: 03 Nov 2006 Posts: 141
|
Hi
Thanks for prompt reply
If I want to put message in IN which is local to QM on which Queue manager is configured.
If I create transmission queue Of name QM1 in queue manager QM how exacly input message will be sent to queue OUT of queue manager QM2?
thanks,
santy |
|
Back to top |
|
 |
nathanw |
Posted: Tue Nov 21, 2006 3:06 am Post subject: |
|
|
 Knight
Joined: 14 Jul 2004 Posts: 550
|
The premise behind this is teh same as having differnt Queue managers for your Broker and Config manager.
When you deploy to teh Broker it will look for a Transmission queue with the same name as your Broker Queue manager.
As long as there is a a Transmission queue with the correct QM name in your Broker queue manager and a channel running between them then it should automatically find the queue manager via this and write to the queue. _________________ Who is General Failure and why is he reading my hard drive?
Artificial Intelligence stands no chance against Natural Stupidity.
Only the User Trace Speaks The Truth  |
|
Back to top |
|
 |
|