Author |
Message
|
tsantoshkumar |
Posted: Wed May 28, 2008 10:47 pm Post subject: Differences between MQ 5.3 and MQ 6.0 |
|
|
Apprentice
Joined: 10 Mar 2008 Posts: 26
|
HI,
Can anyone tell me the differences in MQ version 5.3 and 6.0
and what are the advantages over MQ version 5.3.
Thank You |
|
Back to top |
|
 |
Gaya3 |
Posted: Wed May 28, 2008 10:52 pm Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
MQ V5.3 its 32 bit queue manager
MQ V 6.0 64 bit queue manager
and there are lot more...features MQV 6 support IPV6 too.
Get in to IBM site and read the features of MQ V6. sure it will help you out.
Search here too.
Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
AkankshA |
Posted: Wed May 28, 2008 10:54 pm Post subject: Re: Differences between MQ 5.3 and MQ 6.0 |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
tsantoshkumar wrote: |
HI,
and what are the advantages over MQ version 5.3.
Thank You |
5.3 is out of support...
i guess that reason is enough for moving ahead wd 6 _________________ Cheers |
|
Back to top |
|
 |
poulter90 |
Posted: Thu May 29, 2008 1:49 am Post subject: |
|
|
Apprentice
Joined: 31 Dec 2007 Posts: 36
|
Hi ,
One big disadvantage is for setmqaut command which DOES NOT
work with version 6 on UNIX
while trying to give access with setmqaut -m Qmgr -n QA.TOTO*
display shows no authorization has been given !!
I tried other command such as :
setmqaut -m QMIPITAGOR -n 'QA.PITAGOR**' -t q -g eaitrans +allmqi
answer is AMQ7226: The profile name is invalid.
I let you imagine if you wish to give authorization for 300 queues !! |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu May 29, 2008 3:09 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
poulter90 wrote: |
Hi ,
One big disadvantage is for setmqaut command which DOES NOT
work with version 6 on UNIX
while trying to give access with setmqaut -m Qmgr -n QA.TOTO*
display shows no authorization has been given !!
I tried other command such as :
setmqaut -m QMIPITAGOR -n 'QA.PITAGOR**' -t q -g eaitrans +allmqi
answer is AMQ7226: The profile name is invalid.
I let you imagine if you wish to give authorization for 300 queues !! |
Not very creative for a Unix person failing to escape the * : \* --- shame on you
setmqaut so does work... as designed!
If you do experience otherwise open a PMR with IBM immediately
 _________________ MQ & Broker admin |
|
Back to top |
|
 |
poulter90 |
Posted: Thu May 29, 2008 3:50 am Post subject: |
|
|
Apprentice
Joined: 31 Dec 2007 Posts: 36
|
This command works perfectly with MQ V 6.0
setmqaut -m QMGR1 -n QA.JOHN*.** -t q -g Group1 +put
all queues with that generic name are getting the put rights
but the following one does not
setmqaut -m QMGR1 -n QA.JOHN** -t q -g Group1 +put
Result is AMQ7226: The profile name is invalid |
|
Back to top |
|
 |
poulter90 |
Posted: Thu May 29, 2008 3:58 am Post subject: |
|
|
Apprentice
Joined: 31 Dec 2007 Posts: 36
|
also as you mentionned somewhere else :
setmqaut -m QMIPITAGOR -n QA.PITAGOR\*\* -t q -g eaitrans +allmqi
is OK !!!
Thanks fjb_saper |
|
Back to top |
|
 |
poulter90 |
Posted: Tue Jun 03, 2008 7:46 am Post subject: SETMQAUT command needed for both Alias and local queue |
|
|
Apprentice
Joined: 31 Dec 2007 Posts: 36
|
Hi all ,
I noticed that a setmqaut command is needed for both types of queues whereas in previous release of MQseries (V5 .3 ) only one command was needed such as :
setmqaut -m Qmgr -n Qalias -t q -g Groupname + put
automatically the corresponding local inherited of that privilege
but with version 6.0 I need to perform 2 commands , one for the Alias and one for it corresponding local .
Maybe MQS V 6 is more restrictive or OS problem ?
I am running MQS V6 on UNIX HP itanium
HP-UX hic1h02 B.11.23 U ia64 |
|
Back to top |
|
 |
|