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 » dspmq command

Post new topic  Reply to topic
 dspmq command « View previous topic :: View next topic » 
Author Message
jim
PostPosted: Sat May 24, 2014 4:58 am    Post subject: dspmq command Reply with quote

Voyager

Joined: 26 Nov 2013
Posts: 94

dspmq command display the qmgr in which order.
Back to top
View user's profile Send private message
exerk
PostPosted: Sat May 24, 2014 5:25 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

In the order in which they're listed in the mqs.ini file - what's your problem?
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Back to top
View user's profile Send private message
MB Developer
PostPosted: Mon May 26, 2014 9:19 pm    Post subject: Re: dspmq command Reply with quote

Disciple

Joined: 03 Feb 2014
Posts: 179

jim wrote:
dspmq command display the qmgr in which order.




Hi exerk,

It will display queue managers alphabetical order ...
Back to top
View user's profile Send private message
hughson
PostPosted: Mon May 26, 2014 11:37 pm    Post subject: Re: dspmq command Reply with quote

Padawan

Joined: 09 May 2013
Posts: 1959
Location: Bay of Plenty, New Zealand

MB Developer wrote:
It will display queue managers alphabetical order ...
Is your problem that it is doing this? Or is your problem that it is not doing this?
_________________
Morag Hughson @MoragHughson
IBM MQ Technical Education Specialist
Get your IBM MQ training here!
MQGem Software
Back to top
View user's profile Send private message Visit poster's website
MB Developer
PostPosted: Tue May 27, 2014 12:49 am    Post subject: Re: dspmq command Reply with quote

Disciple

Joined: 03 Feb 2014
Posts: 179

hughson wrote:
MB Developer wrote:
It will display queue managers alphabetical order ...
Is your problem that it is doing this? Or is your problem that it is not doing this?



Hi hughson,

I don't have any problem with that but

jim ask this question
dspmq command display the qmgr in which order.

that's why I will give reply...

Thanks & Regards,
Suresh
Back to top
View user's profile Send private message
exerk
PostPosted: Tue May 27, 2014 2:49 am    Post subject: Re: dspmq command Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

MB Developer wrote:
It will display queue managers alphabetical order ...

No, it won't - it will display them in their order of listing within the mqs.ini file, e.g.:
Code:
QueueManager:
   Name=CQM
   Prefix=/var/mqm
   Directory=CQM
   InstallationName=Installation1
QueueManager:
   Name=AQM
   Prefix=/var/mqm
   Directory=AQM
   InstallationName=Installation1
QueueManager:
   Name=DQM
   Prefix=/var/mqm
   Directory=DQM
   InstallationName=Installation1
QueueManager:
   Name=BQM
   Prefix=/var/mqm
   Directory=BQM
   InstallationName=Installation1

Produces:
Code:
QMNAME(CQM)
QMNAME(AQM)
QMNAME(DQM)
QMNAME(BQM)

Whereas:
Code:
QueueManager:
   Name=AQM
   Prefix=/var/mqm
   Directory=AQM
   InstallationName=Installation1
QueueManager:
   Name=BQM
   Prefix=/var/mqm
   Directory=BQM
   InstallationName=Installation1
QueueManager:
   Name=CQM
   Prefix=/var/mqm
   Directory=CQM
   InstallationName=Installation1
QueueManager:
   Name=DQM
   Prefix=/var/mqm
   Directory=DQM
   InstallationName=Installation1

Produces:
Code:
QMNAME(AQM)
QMNAME(BQM)
QMNAME(CQM)
QMNAME(DQM)

_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Back to top
View user's profile Send private message
MB Developer
PostPosted: Tue May 27, 2014 4:53 am    Post subject: Re: dspmq command Reply with quote

Disciple

Joined: 03 Feb 2014
Posts: 179

Hi exerk Sir,

Thanks for your information......
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 » dspmq command
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.