ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » Remote Queue without xmitq

Post new topic  Reply to topic
 Remote Queue without xmitq « View previous topic :: View next topic » 
Author Message
carlyle
PostPosted: Wed Dec 17, 2008 7:33 am    Post subject: Remote Queue without xmitq Reply with quote

Newbie

Joined: 17 Dec 2008
Posts: 2

Hello,

if a remote queue object has no value in its xmitq attribute and the qmgr object has no value in its defxmitq attribute, is it at all possible for the queue manager to pick the right channel and send the message to the queue manager and queue named in the remote queue definition?
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Dec 17, 2008 7:46 am    Post subject: Re: Remote Queue without xmitq Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

carlyle wrote:
if a remote queue object has no value in its xmitq attribute and the qmgr object has no value in its defxmitq attribute, is it at all possible for the queue manager to pick the right channel and send the message to the queue manager and queue named in the remote queue definition?


In this situation, the queue manager will look for an xmitq with the same name as the remote queue manager name.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
carlyle
PostPosted: Wed Dec 17, 2008 8:16 am    Post subject: Re: Remote Queue without xmitq Reply with quote

Newbie

Joined: 17 Dec 2008
Posts: 2

Thank you.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Wed Dec 17, 2008 12:14 pm    Post subject: Re: Remote Queue without xmitq Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Vitor wrote:
carlyle wrote:
if a remote queue object has no value in its xmitq attribute and the qmgr object has no value in its defxmitq attribute, is it at all possible for the queue manager to pick the right channel and send the message to the queue manager and queue named in the remote queue definition?


In this situation, the queue manager will look for an xmitq with the same name as the remote queue manager name.

I thought the blank xmitq would only work if you were in a cluster or pointing back to yourself ... maybe that was because no xmitq with the qmgr name existed
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Vitor
PostPosted: Thu Dec 18, 2008 1:03 am    Post subject: Re: Remote Queue without xmitq Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

fjb_saper wrote:
I thought the blank xmitq would only work if you were in a cluster or pointing back to yourself ... maybe that was because no xmitq with the qmgr name existed


I said it would look for an xmitq with the same name as the remote queue manager name. There was no discussion of what would happen if it didn't exist and (as the poster stipulated) there was no default xmitq.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Fri Dec 19, 2008 7:11 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

When an applicaiton opens a QRemote definition, the xmit queue must be identified for the MQOPEN to succeed and the MQPUTs to succeed.

The queue manager identifies the xmit queue by (in this order):
1) the xmit queue is explicitly named in the QR definition; or
2) implicitly, by using the RQMName from the QR definition; or
3) a qmgr-alias that resolves the RQMName to an xmit queue; or
4) a default xmit queue (think of the Tribbles episode of the old Star Trek series); or
5) MQOPEN will fail.
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
JosephGramig
PostPosted: Fri Dec 19, 2008 12:22 pm    Post subject: Reply with quote

Grand Master

Joined: 09 Feb 2006
Posts: 1244
Location: Gold Coast of Florida, USA

I think there is a:

3.5) Where if the QMGR is in a cluster and the QMGR in the remote queue can be resolved through the cluster, it will go over the cluster channel
Back to top
View user's profile Send private message AIM Address
bruce2359
PostPosted: Fri Dec 19, 2008 7:56 pm    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

Quote:
Where if the QMGR is in a cluster and the QMGR in the remote queue can be resolved through the cluster, it will go over the cluster channel

Please add this to the list:

4.5 If no local object definition is found, the qmgr will next search the PR (if application is executing on a PR), and then the FR, to try to find a definition that resolves the name of the xmit queue (think qmgr alias); or
4.7 if the definition is found in the PR or FR, and the destination queue is defined as part of a cluster, then the SYSTEM.CLUSTER.XMIT.QUEUE will be the queue selected for the the MQPUT.

Did I miss anything? I did this from whatever memory remains...

(I wonder if there is a manual, say the WMQ Intercommunications manual, where this name resolution subject might be described...)
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
xhaxk
PostPosted: Sun Dec 21, 2008 10:17 pm    Post subject: Reply with quote

Apprentice

Joined: 30 Oct 2008
Posts: 31

APG table 2
Back to top
View user's profile Send private message
JimmyJack
PostPosted: Tue Jan 03, 2012 1:40 pm    Post subject: Reply with quote

Newbie

Joined: 28 Jan 2009
Posts: 4

Sorry for necro'ing a very very old thread, but came across it via google and it is the exact information I am after regarding remote queues and the XMITQ value..

bruce2359 wrote:
(I wonder if there is a manual, say the WMQ Intercommunications manual, where this name resolution subject might be described...)


xhaxk wrote:
APG table 2


Is this 'APG Table 2' a diagram in an IBM document buried deep somewhere on the IBM site? I am not familiar with the abbrev. APG.

Thanks!
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue Jan 03, 2012 2:42 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

JimmyJack wrote:
Is this 'APG Table 2' a diagram in an IBM document buried deep somewhere on the IBM site? I am not familiar with the abbrev. APG.



APG = Application Programming Guide. One of the manuals that once came with WMQ & used to be reflected in the structure of the InfoCenter. WMQv7.1 seems to have broken away from that but older versions (on the IBM site still) hold to it.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Tue Jan 03, 2012 8:51 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Vitor wrote:
APG = Application Programming Guide. One of the manuals that once came with WMQ & used to be reflected in the structure of the InfoCenter. WMQv7.1 seems to have broken away from that but older versions (on the IBM site still) hold to it.


Don't worry it's still there. Just search on name resolution:
http://publib.boulder.ibm.com/infocenter/wmqv7/v7r1/topic/com.ibm.mq.doc/fg12170_.htm
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
Vitor
PostPosted: Wed Jan 04, 2012 5:24 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

fjb_saper wrote:
Don't worry it's still there.


Yes, yes but it's all moved around.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » Remote Queue without xmitq
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.