Author |
Message
|
perrynf |
Posted: Wed Aug 02, 2006 5:08 pm Post subject: Username used in WAS -> MQ communication using CLIENT? |
|
|
Newbie
Joined: 02 Aug 2006 Posts: 4
|
I am using Websphere MQ as the JMS provider for and MDB running in Websphere Application Server.
I am using CLIENT as the transport type.
When I set up the 'WebSphere MQ Queue Connection Factory' I am able to specify 'Authentication Aliases'. I believe that this controls what userid the WAS client will 'flow' to the MCA channel when performing operations on the queue.
However when I set up the 'WebSphere MQ Queue Destination', there is a username and password that can be set under the 'WebSphere MQ Queue Connection Properties'.
Does anyone know what username this relates to from an MQ perspective?
cheers
Perryn |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Aug 02, 2006 6:17 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
The user name/password on the Queue Destination is there so that the WAS Admin Console can verify/create the queue for you.
It's nothing to do with what happens when your code uses the Destination. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
perrynf |
Posted: Wed Aug 02, 2006 6:48 pm Post subject: |
|
|
Newbie
Joined: 02 Aug 2006 Posts: 4
|
jefflowrey wrote: |
The user name/password on the Queue Destination is there so that the WAS Admin Console can verify/create the queue for you.
It's nothing to do with what happens when your code uses the Destination. |
OK, so that sounds like an administration function.
Does this mean that this username and password should be those of a user who belongs to the mqm group on the MQ server?
Does this mean that remote administration must be enabled on the queue manager for WAS->MQ integration to work?
Does the fact that everything seems to work without there being anything specified for the username and password here mean that there is currently no security around who can administer my queues? |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Aug 03, 2006 1:33 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
The queue is only verified/created IF you enter the credentials. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
perrynf |
Posted: Sun Aug 06, 2006 5:59 pm Post subject: |
|
|
Newbie
Joined: 02 Aug 2006 Posts: 4
|
ah ok that makes more sense. Thanks .
one more question - do you know of any documentation where I could have RTFMed this? |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Aug 07, 2006 12:40 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You mean other than the WAS info center? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
perrynf |
Posted: Thu Aug 10, 2006 8:46 pm Post subject: |
|
|
Newbie
Joined: 02 Aug 2006 Posts: 4
|
well, yes, given that the info centre does not appear to contain the answer that you supplied, or the answer to my other questions  |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Aug 11, 2006 1:33 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
Back to top |
|
 |
|