Author |
Message
|
pandeg |
Posted: Thu Jul 23, 2015 8:32 am Post subject: MQOutput node to send message to Remote Queue Manager |
|
|
Disciple
Joined: 21 Oct 2014 Posts: 195
|
Hi, I want to use MQOutput node for sending message to remote queue manager. This remote Queue Manager is connected to broker Queue Manager using sender and receiver channel. Here , MQOutput node look on the database table for the Queue and Queue Manager destination. Please let me know , whether I should mention queue destination as remote Q and local Queue Manager or destination local Q and Remote Q manager name. In the other case, Will Broker Qmgr has any capability to send message using Xmitq to destination local Q as I don't want to add remote Queues for each destination Queue Manager |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Jul 23, 2015 8:34 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
|
Back to top |
|
 |
Vitor |
Posted: Thu Jul 23, 2015 9:22 am Post subject: Re: MQOutput node to send message to Remote Queue Manager |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
pandeg wrote: |
Hi, I want to use MQOutput node for sending message to remote queue manager. This remote Queue Manager is connected to broker Queue Manager using sender and receiver channel. Here , MQOutput node look on the database table for the Queue and Queue Manager destination. Please let me know , whether I should mention queue destination as remote Q and local Queue Manager or destination local Q and Remote Q manager name. In the other case, Will Broker Qmgr has any capability to send message using Xmitq to destination local Q as I don't want to add remote Queues for each destination Queue Manager |
Broker acts like any other WMQ aware application, and has access to all of the capabilities of the queue manager. Including remote queue name resolution.
You should not use broker to write directly to an xmitq in the same way any other MQ application should not write directly to an xmitq _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
pandeg |
Posted: Fri Aug 21, 2015 12:13 pm Post subject: Re: MQOutput node to send message to Remote Queue Manager |
|
|
Disciple
Joined: 21 Oct 2014 Posts: 195
|
Quote: |
Broker acts like any other WMQ aware application, and has access to all of the capabilities of the queue manager. Including remote queue name resolution. |
If we don't define the remote queue , how does MQ Output node put the message on local queue of the remote Queue manager. does Message broker has the capability to send the message to remote queue manager with defining remote queue. |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Aug 21, 2015 12:17 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Broker acts like any other MQ application.
That means that any method to send a message from one queue manager to another can be used.
If you don't understand any of those methods, you should talk to your MQ admins, or a more senior person locally. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
zpat |
Posted: Fri Aug 21, 2015 11:40 pm Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
It's a MQ feature, specifying a remote QM name on MQOPEN will open the transmit queue of the same name (assuming there is one).
The message will be put on the xmit queue and hopefully get sent over the sender channel to the other QM. _________________ Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error. |
|
Back to top |
|
 |
|