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 » List out only user defined Local Q's

Post new topic  Reply to topic
 List out only user defined Local Q's « View previous topic :: View next topic » 
Author Message
menonmq
PostPosted: Thu Oct 07, 2010 10:56 pm    Post subject: List out only user defined Local Q's Reply with quote

Newbie

Joined: 21 Jul 2009
Posts: 6

How to list user defined MQ queues, other than system defined queues.

I tried this:

DIS QL(*) WHERE (QUEUE NE SYSTEM.*)

But

Is there any other way to list only user defined queues?


Last edited by menonmq on Thu Oct 07, 2010 11:57 pm; edited 1 time in total
Back to top
View user's profile Send private message
menonmq
PostPosted: Thu Oct 07, 2010 11:11 pm    Post subject: Reply with quote

Newbie

Joined: 21 Jul 2009
Posts: 6

BTW, I checked this link:


http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp?topic=/com.ibm.mq.csqzaj.doc/sc12100_.htm

Still
Back to top
View user's profile Send private message
MQRAMESH2011
PostPosted: Thu Oct 07, 2010 11:15 pm    Post subject: Reply with quote

Newbie

Joined: 07 Oct 2010
Posts: 5

Try like this

DISPLAY QUEUE(MYOWN*)

Back to top
View user's profile Send private message
bruce2359
PostPosted: Fri Oct 08, 2010 5:44 am    Post subject: Reply with quote

Poobah

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

Since the WMQ product comes with SYSTEM objects, all other objects are locally (user) defined.

So, what do you mean by 'user-defined'?
_________________
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
fjb_saper
PostPosted: Fri Oct 08, 2010 5:46 am    Post subject: Re: List out only user defined Local Q's Reply with quote

Grand High Poobah

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

menonmq wrote:
How to list user defined MQ queues, other than system defined queues.

I tried this:

DIS QL(*) WHERE (QUEUE NE SYSTEM.*)

But

Is there any other way to list only user defined queues?

This is a known feature. You will have to filter the information out down the road. You cannot filter on the parameter used in the command...(here the queue name). The filter is done by the parameter passed to the command
i.e.
dis ql(myqueue.*)

Have fun
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
menonmq
PostPosted: Sun Oct 10, 2010 10:40 pm    Post subject: Re: List out only user defined Local Q's Reply with quote

Newbie

Joined: 21 Jul 2009
Posts: 6

fjb_saper wrote:
menonmq wrote:
How to list user defined MQ queues, other than system defined queues.

I tried this:

DIS QL(*) WHERE (QUEUE NE SYSTEM.*)

But

Is there any other way to list only user defined queues?

This is a known feature. You will have to filter the information out down the road. You cannot filter on the parameter used in the command...(here the queue name). The filter is done by the parameter passed to the command
i.e.
dis ql(myqueue.*)

Have fun



Thanks fjb_saper.
Back to top
View user's profile Send private message
zpat
PostPosted: Sun Oct 10, 2010 11:41 pm    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

MO71 has the option to exclude system objects from the lists (including from exporting to MQSC format).
Back to top
View user's profile Send private message
menonmq
PostPosted: Sun Oct 10, 2010 11:57 pm    Post subject: Reply with quote

Newbie

Joined: 21 Jul 2009
Posts: 6

zpat wrote:
MO71 has the option to exclude system objects from the lists (including from exporting to MQSC format).


Dear zpat, definitely I will give a try in MO71 and update. thanx
Back to top
View user's profile Send private message
zpat
PostPosted: Mon Oct 11, 2010 12:07 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

Use the context menu (right mouse button) on the list displays, for these options (there are many).

Last edited by zpat on Mon Oct 11, 2010 12:19 am; edited 1 time in total
Back to top
View user's profile Send private message
menonmq
PostPosted: Mon Oct 11, 2010 12:13 am    Post subject: Reply with quote

Newbie

Joined: 21 Jul 2009
Posts: 6

zpat wrote:
Use the context menu (right mouse button) on the list displays for these options (there are many).


Yes. found it.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Mon Oct 11, 2010 12:23 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

Of course, MQ Explorer does this too - except for the exporting as mqsc bit.

But MS03 does that...
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 » List out only user defined Local Q's
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.