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 » display q and filters

Post new topic  Reply to topic
 display q and filters « View previous topic :: View next topic » 
Author Message
ramires
PostPosted: Tue Nov 15, 2011 7:36 am    Post subject: display q and filters Reply with quote

Knight

Joined: 24 Jun 2001
Posts: 523
Location: Portugal - Lisboa

Hi all

How to use the filter_keyword to display queues where the name contains for example "AGT" string? What is the filter keyword to use?
The Infocenter says "Almost any parameter that can be used to display attributes for this DISPLAY command", but a:
Code:
dis q(*) where ( queue eq QL1 )
    15 : dis q(*) where ( queue eq QL1 )
AMQ8569: Erro na especificação do filtro
dis q(*) where ( queue

Can this be done?
Thanks!

ps: Erro na especificação do filtro = Error in filter specification
Back to top
View user's profile Send private message
mqjeff
PostPosted: Tue Nov 15, 2011 9:12 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

You don't use the filter to do this.

Code:
dis ql(AGT*)
Back to top
View user's profile Send private message
ramires
PostPosted: Tue Nov 15, 2011 9:20 am    Post subject: Reply with quote

Knight

Joined: 24 Jun 2001
Posts: 523
Location: Portugal - Lisboa

thanks mqjeff,

but what I'm looking is to list queues with AGT int the middle of the name or in the end, like QPRD.AGT.STATE

With MO71 that possible, using a filter like:

queue == "*AGT*"

or from DOS command line like this:

Code:
echo dis q(*) | runmqsc PTDEVMQFTE | findstr AGT
   QUEUE(SYSTEM.FTE.AUTHAGT1.FEDORA)       TYPE(QLOCAL)
   QUEUE(SYSTEM.FTE.AUTHAGT1.WIN100)       TYPE(QLOCAL)
Back to top
View user's profile Send private message
mqjeff
PostPosted: Tue Nov 15, 2011 10:04 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

And it's not possible using plain runmqsc, to the best of my knowledge.
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 » display q and filters
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.