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 API Support » How to get all queuenames present in specified Queue ?

Post new topic  Reply to topic
 How to get all queuenames present in specified Queue ? « View previous topic :: View next topic » 
Author Message
reddaiahu
PostPosted: Fri Dec 31, 2010 1:54 am    Post subject: How to get all queuenames present in specified Queue ? Reply with quote

Newbie

Joined: 31 Dec 2010
Posts: 2

Hi All,
I need API Information for IBM MQ.

I need to know is there any possiblity to get all Queue Names which is present in specified Queuemanager
if so please help me

I'm using .NET Framework for accessing IBM MQ.
Back to top
View user's profile Send private message
Vitor
PostPosted: Fri Dec 31, 2010 5:27 am    Post subject: Re: How to get all queuenames present in specified Queue ? Reply with quote

Grand High Poobah

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

reddaiahu wrote:
I need to know is there any possiblity to get all Queue Names which is present in specified Queuemanager
if so please help me


Yes there is. It's in the documentation, and also widely discussed on this forum. In both cases the search function is your friend.

Also widely discussed is the lack of any typical application to obtain this information. Only something trying to do administration would need this information, and (also discussed) there are a wide number of options available without reinventing this wheel.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
reddaiahu
PostPosted: Wed Jan 05, 2011 12:23 am    Post subject: Reply with quote

Newbie

Joined: 31 Dec 2010
Posts: 2

I gone through the search option i dindn't find what i need exactly can some buddy help me
Back to top
View user's profile Send private message
Mr Butcher
PostPosted: Wed Jan 05, 2011 1:41 am    Post subject: Reply with quote

Padawan

Joined: 23 May 2005
Posts: 1716

no, we will not do your work.

in addition, we will not read the documentation for you.

vitor gave you information where to look at. please try harder, or at least let us know what all you have looked at and what part of the documentation you have read and what part you did not understand.

however, there are many tools out there that give you a list of queues. but if you want to reinvent the wheel .......
_________________
Regards, Butcher
Back to top
View user's profile Send private message
mvic
PostPosted: Wed Jan 05, 2011 4:30 am    Post subject: Re: How to get all queuenames present in specified Queue ? Reply with quote

Jedi

Joined: 09 Mar 2004
Posts: 2080

reddaiahu wrote:
I need to know is there any possiblity to get all Queue Names which is present in specified Queuemanager

DISPLAY QLOCAL

How long have you spent with MQ? It sounds like you need to do some education on the basics. I hope the above helps, anyway.
Back to top
View user's profile Send private message
HubertKleinmanns
PostPosted: Wed Jan 05, 2011 5:09 am    Post subject: Re: How to get all queuenames present in specified Queue ? Reply with quote

Shaman

Joined: 24 Feb 2004
Posts: 732
Location: Germany

mvic wrote:
reddaiahu wrote:
I need to know is there any possiblity to get all Queue Names which is present in specified Queuemanager

DISPLAY QLOCAL

How long have you spent with MQ? It sounds like you need to do some education on the basics. I hope the above helps, anyway.


Maybe you should mention the name of the tool:
Code:
runmqsc


_________________
Regards
Hubert
Back to top
View user's profile Send private message Visit poster's website
Vitor
PostPosted: Wed Jan 05, 2011 5:24 am    Post subject: Re: How to get all queuenames present in specified Queue ? Reply with quote

Grand High Poobah

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

HubertKleinmanns wrote:
mvic wrote:
reddaiahu wrote:
I need to know is there any possiblity to get all Queue Names which is present in specified Queuemanager

DISPLAY QLOCAL

How long have you spent with MQ? It sounds like you need to do some education on the basics. I hope the above helps, anyway.


Maybe you should mention the name of the tool:
Code:
runmqsc



Unconvinced this is going to fill the OP's requirement of:

Quote:
I need API Information for IBM MQ.




But since the OP's requirement seems to be spoonfeeding I think he's out of luck anyway. I note his disapointment in not finding exactly what he needs in the search facility; presumably all he found was a list of APIs not a code snippet he could cut and paste.

(Yes, I didn't win $330m on the MegaMillions lottery. Yes, I am a little disapointed & bitter).
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
mvic
PostPosted: Wed Jan 05, 2011 6:12 am    Post subject: Re: How to get all queuenames present in specified Queue ? Reply with quote

Jedi

Joined: 09 Mar 2004
Posts: 2080

Vitor wrote:
Unconvinced this is going to fill the OP's requirement of:

Quote:
I need API Information for IBM MQ.



OK so you can use PCF, MQAI etc.

Link: http://publib.boulder.ibm.com/infocenter/wmqv7/v7r0/topic/com.ibm.mq.csqzac.doc/pc15430_.htm

Myself, I'd prefer to grab output from runmqsc if I was a newbie.
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Jan 05, 2011 6:15 am    Post subject: Re: How to get all queuenames present in specified Queue ? Reply with quote

Grand High Poobah

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

mvic wrote:
Myself, I'd prefer to grab output from runmqsc if I was a newbie.




As well as questioning the need to do this anyway, given the wealth of tools that can do this & the absolute lack of need for any normal application to do this.

But if the OP feels he can invent a better wheel who are we to disagree?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
HubertKleinmanns
PostPosted: Thu Jan 06, 2011 12:49 am    Post subject: Re: How to get all queuenames present in specified Queue ? Reply with quote

Shaman

Joined: 24 Feb 2004
Posts: 732
Location: Germany

Vitor wrote:
mvic wrote:
Myself, I'd prefer to grab output from runmqsc if I was a newbie.


As well as questioning the need to do this anyway, given the wealth of tools that can do this & the absolute lack of need for any normal application to do this.

But if the OP feels he can invent a better wheel who are we to disagree?



_________________
Regards
Hubert
Back to top
View user's profile Send private message Visit poster's website
MCardinal
PostPosted: Mon Jan 10, 2011 11:03 am    Post subject: Reply with quote

Novice

Joined: 06 Oct 2010
Posts: 18
Location: Ottawa, Canada

I agree it's possible to do this.

I have got this information with VB.net, and found all the information to do so in these forum and documentations.

Here is a hint, check PCF messages.

http://publib.boulder.ibm.com/infocenter/wmqv7/v7r0/index.jsp?topic=/com.ibm.mq.csqzac.doc/pc13000_.htm

Hope this helps you.
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 API Support » How to get all queuenames present in specified Queue ?
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.