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 » MQEnvironment.password not validate!

Post new topic  Reply to topic
 MQEnvironment.password not validate! « View previous topic :: View next topic » 
Author Message
ovasquez
PostPosted: Tue Nov 28, 2006 2:18 pm    Post subject: MQEnvironment.password not validate! Reply with quote

Centurion

Joined: 09 Dec 2005
Posts: 141
Location: Lima, Peru

I have a java client program:

Code:

MQEnvironment.hostname = "SERVER1";
MQEnvironment.channel = "CHANNEL1";
MQEnvironment.userID = "usermq1";    
MQEnvironment.password = "xxx1";

MQEnvironment.properties.put(MQC.TRANSPORT_PROPERTY,                      MQC.TRANSPORT_MQSERIES_CLIENT);      
try{
    MQQueueManager qMgr = new MQQueueManager(qManager);
    . . .
    MQMessage msg = new MQMessage();
    msg.writeUTF("Hello World!");
    . . .


but at MQ Server in SERVER1 don't validate password, only validate userID, Why?

Help me!.
Thanks.
_________________
Oscar Vásquez Flores
Back to top
View user's profile Send private message Send e-mail
jefflowrey
PostPosted: Tue Nov 28, 2006 2:29 pm    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Because that's just the way it works.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
ovasquez
PostPosted: Tue Nov 28, 2006 3:29 pm    Post subject: Reply with quote

Centurion

Joined: 09 Dec 2005
Posts: 141
Location: Lima, Peru

...
so, why exist MQEnviroment.password?.
please, can you explaint when use MQEnviroment.password.

Thanks!.
_________________
Oscar Vásquez Flores
Back to top
View user's profile Send private message Send e-mail
RogerLacroix
PostPosted: Tue Nov 28, 2006 9:47 pm    Post subject: Reply with quote

Jedi Knight

Joined: 15 May 2001
Posts: 3264
Location: London, ON Canada

ovasquez wrote:
...
so, why exist MQEnviroment.password?.
please, can you explaint when use MQEnviroment.password.

So, that a 3rd party can write a security exit and make use of it.

Hint: MQ Authenticate User Security Exit

Regards,
Roger Lacroix
Capitalware Inc.
_________________
Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter
Back to top
View user's profile Send private message Visit poster's website
jefflowrey
PostPosted: Wed Nov 29, 2006 2:49 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

So that a security exit can make use of it.

Hint, WebSphere MQ Extended Security Edition.


_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
ovasquez
PostPosted: Wed Nov 29, 2006 1:21 pm    Post subject: Reply with quote

Centurion

Joined: 09 Dec 2005
Posts: 141
Location: Lima, Peru

Thanks!
_________________
Oscar Vásquez Flores
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ API Support » MQEnvironment.password not validate!
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.