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 » qs question

Post new topic  Reply to topic
 qs question « View previous topic :: View next topic » 
Author Message
guest468
PostPosted: Tue Feb 24, 2009 7:32 am    Post subject: qs question Reply with quote

Centurion

Joined: 30 May 2006
Posts: 146
Location: NY

Hi,
When I use 'dis qs' 'all' with '*' wildcard, in some scenarios(I guess it has something to do with '.' in the queue names) it returns only one result.

Here is a test scenario.

def ql(A.B.C)
def ql(A.B.C0)
def ql(A.B.C1)

Now
"dis qs(A.B.C*) all" returns data for only one queue(A.B.C)

however it works fine without the 'all' parameter.

bug? (I am using 6.0.2.0)
Thanks
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue Feb 24, 2009 8:17 am    Post subject: Re: qs question Reply with quote

Grand High Poobah

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

guest468 wrote:
bug? (I am using 6.0.2.0)


Possibly. Or possibly some of the queues don't have relevant status information.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
MQEnthu
PostPosted: Wed Feb 25, 2009 3:02 am    Post subject: Reply with quote

Partisan

Joined: 06 Oct 2008
Posts: 329
Location: India

guest468 wrote:
When I use 'dis qs' 'all' with '*' wildcard, in some scenarios(I guess it has something to do with '.' in the queue names) it returns only one result


I have seen this too... and my queue names did not have "."
_________________
-----------------------------------------------
It is good to remember the past,
but don't let past capture your future
Back to top
View user's profile Send private message
firoj.badsa
PostPosted: Wed Feb 25, 2009 8:21 am    Post subject: Reply with quote

Centurion

Joined: 16 Feb 2007
Posts: 104

Its working fine for MQ v5.3 in Solaris

dis qs(A.B.C*)
2 : dis qs(A.B.C*)
AMQ8450: Display queue status details.
QUEUE(A.B.C0)
AMQ8450: Display queue status details.
QUEUE(A.B.C1)
AMQ8450: Display queue status details.
QUEUE(A.B.C)

:

:
dis qs(A.B.C*) all
3 : dis qs(A.B.C*) all
AMQ8450: Display queue status details.
QUEUE(A.B.C0) IPPROCS(0)
OPPROCS(0) CURDEPTH(0)
UNCOM(NO)
AMQ8450: Display queue status details.
QUEUE(A.B.C1) IPPROCS(0)
OPPROCS(0) CURDEPTH(0)
UNCOM(NO)
AMQ8450: Display queue status details.
QUEUE(A.B.C) IPPROCS(0)
OPPROCS(0) CURDEPTH(0)
UNCOM(NO)
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 » qs question
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.