|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQEnvironment.password not validate! |
« View previous topic :: View next topic » |
Author |
Message
|
ovasquez |
Posted: Tue Nov 28, 2006 2:18 pm Post subject: MQEnvironment.password not validate! |
|
|
 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 |
|
 |
jefflowrey |
Posted: Tue Nov 28, 2006 2:29 pm Post subject: |
|
|
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 |
|
 |
ovasquez |
Posted: Tue Nov 28, 2006 3:29 pm Post subject: |
|
|
 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 |
|
 |
RogerLacroix |
Posted: Tue Nov 28, 2006 9:47 pm Post subject: |
|
|
 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 |
|
 |
jefflowrey |
Posted: Wed Nov 29, 2006 2:49 am Post subject: |
|
|
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 |
|
 |
ovasquez |
Posted: Wed Nov 29, 2006 1:21 pm Post subject: |
|
|
 Centurion
Joined: 09 Dec 2005 Posts: 141 Location: Lima, Peru
|
Thanks! _________________ Oscar Vásquez Flores |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|