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 » General IBM MQ Support » finding the transmission queues in a queue manager.

Post new topic  Reply to topic
 finding the transmission queues in a queue manager. « View previous topic :: View next topic » 
Author Message
pnmraju
PostPosted: Mon Nov 05, 2007 7:14 am    Post subject: finding the transmission queues in a queue manager. Reply with quote

Novice

Joined: 28 Jun 2007
Posts: 19

I am having a problem in finding the transmission queue's in a particular queue manager. could you please let me know the command to find the transmission Queue's in a particular queue manager in unix and as well as in windows. similarly how to find the alias queue managers for a particular queue manager.
Back to top
View user's profile Send private message
JosephGramig
PostPosted: Mon Nov 05, 2007 7:33 am    Post subject: Reply with quote

Grand Master

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

in V6:

dis ql(*) where(usage EQ XMITQ)
_________________
Joseph
Administrator - IBM WebSphere MQ (WMQ) V6.0, IBM WebSphere Message Broker (WMB) V6.1 & V6.0
Solution Designer - WMQ V6.0
Solution Developer - WMB V6.1 & V6.0, WMQ V5.3
Back to top
View user's profile Send private message AIM Address
Vitor
PostPosted: Mon Nov 05, 2007 7:33 am    Post subject: Re: finding the transmission queues in a queue manager. Reply with quote

Grand High Poobah

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

pnmraju wrote:
I am having a problem in finding the transmission queue's in a particular queue manager. could you please let me know the command to find the transmission Queue's in a particular queue manager in unix and as well as in windows.


DISPLAY QLOCAL(*)

pnmraju wrote:
similarly how to find the alias queue managers for a particular queue manager.


DISPLAY QALIAS(*)


_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
elvis_gn
PostPosted: Mon Nov 05, 2007 7:41 am    Post subject: Re: finding the transmission queues in a queue manager. Reply with quote

Padawan

Joined: 08 Oct 2004
Posts: 1905
Location: Dubai

Vitor wrote:
pnmraju wrote:
I am having a problem in finding the transmission queue's in a particular queue manager. could you please let me know the command to find the transmission Queue's in a particular queue manager in unix and as well as in windows.


DISPLAY QLOCAL(*)
Will display all local and transmission queues...JosephGramig's works...

Vitor wrote:
pnmraju wrote:
similarly how to find the alias queue managers for a particular queue manager.


DISPLAY QALIAS(*)

He wanted the alias QMs, doubt display qalias will give that

Regards.
Back to top
View user's profile Send private message Send e-mail
Vitor
PostPosted: Mon Nov 05, 2007 9:29 am    Post subject: Re: finding the transmission queues in a queue manager. Reply with quote

Grand High Poobah

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

elvis_gn wrote:
He wanted the alias QMs, doubt display qalias will give that


Ah - failure in the eye/brain interface....
_________________
Honesty is the best policy.
Insanity is the best defence.


Last edited by Vitor on Mon Nov 05, 2007 11:40 am; edited 1 time in total
Back to top
View user's profile Send private message
Michael Dag
PostPosted: Mon Nov 05, 2007 10:02 am    Post subject: Reply with quote

Jedi Knight

Joined: 13 Jun 2002
Posts: 2607
Location: The Netherlands (Amsterdam)

dis qremote(*) where(RNAME EQ ' ')

shows any Qmgr Aliases present... including ofcourse the SYSTEM.DEFAULT.REMOTE.QUEUE
_________________
Michael



MQSystems Facebook page
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
pnmraju
PostPosted: Tue Nov 06, 2007 6:55 am    Post subject: Reply with quote

Novice

Joined: 28 Jun 2007
Posts: 19

Michael Dag wrote:
dis qremote(*) where(RNAME EQ ' ')

shows any Qmgr Aliases present... including ofcourse the SYSTEM.DEFAULT.REMOTE.QUEUE


while I was trying to execute the display queue(*) it is showing all the queues including xmitq's but my problem is there are lot of q's in the qmanager and I need to check for only transmission queue's and in unix it is crossing the page size and I am able to see only some queue managers. Please do also specify the command for the above two in version 5.3. I checked with the where in the query but it is not working in 5.3. Please advice.
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Tue Nov 06, 2007 6:58 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

You can't do "where" in v5.3

So you're going to have to do something else to filter your results.

Like saving them to a text file and then filtering the text file using text searching tools.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue Nov 06, 2007 6:58 am    Post subject: Reply with quote

Grand High Poobah

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

pnmraju wrote:
I checked with the where in the query but it is not working in 5.3. Please advice.


The where clause is new for v6
_________________
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 » General IBM MQ Support » finding the transmission queues in a queue manager.
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.