Author |
Message
|
satchin |
Posted: Sat Mar 17, 2012 2:03 pm Post subject: Is it possible to configure remote queue for MQInput node |
|
|
Apprentice
Joined: 08 Feb 2011 Posts: 33
|
Hi,
I have developed a message flow starting with MQInput node, for MQInput node I configured remote queue getting the following error.
MB7BROKER.default ) Node failed to open WebSphere MQ queue ''OUT.QUEUE'' owned by queue manager ''MB7QMGR'': completion code 2; reason code 2045.
Please help me, how to configure remote queue for MQInput nde.
Many thanks in advance. |
|
Back to top |
|
 |
rekarm01 |
Posted: Sat Mar 17, 2012 3:56 pm Post subject: Re: Is it possible to configure remote queue for MQInput nod |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 1415
|
|
Back to top |
|
 |
mqjeff |
Posted: Sun Mar 18, 2012 8:13 am Post subject: Re: Is it possible to configure remote queue for MQInput nod |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
satchin wrote: |
how to configure remote queue for MQInput nde. |
You do not do this.
You configure MQ to move messages to the appropriate QLOCAL on the appropriate queue manager.
In the case of any MQInput node in any Message Flow being executed by Broker, the appropriate queue manager is the Broker's queue manager.
The question is not "How do I configure the MQInput node to read a remote queue". The question is "How do I configure the remote queue to point to a qlocal on the Broker's queue manager". |
|
Back to top |
|
 |
Vitor |
Posted: Sun Mar 18, 2012 8:25 am Post subject: Re: Is it possible to configure remote queue for MQInput nod |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
satchin wrote: |
how to configure remote queue for MQInput nde. |
You can't. WMQ (not WMB) does not allow a MQGet from a remote queue.
You need to rethink your topology. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqmatt |
Posted: Mon Mar 19, 2012 9:41 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
You can alternatively use the JMS nodes to get from a remote queue manager as a client. |
|
Back to top |
|
 |
|