|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
SECURITY_AUTHENTICATION parameter on JMS CONTEXT_FACTORY |
« View previous topic :: View next topic » |
Author |
Message
|
silentflute |
Posted: Tue Jul 01, 2008 11:49 am Post subject: SECURITY_AUTHENTICATION parameter on JMS CONTEXT_FACTORY |
|
|
 Apprentice
Joined: 14 Jul 2004 Posts: 32
|
Fellow MQ'ers,
I setting up a JMS client connection, that uses the BlockIP2 channel security program.
The JMS configuration file looks like:
INITIAL_CONTEXT_FACTORY=com.ibm.mq.jms.context.WMQInitialContextFactory
PROVIDER_URL=123.456.78.90:1414/MY.JMS.SVRCONN
SECURITY_AUTHENTICATION=simple
At the moment, the SECURITY_AUTHENTICATION is set to simple, which means that a user id and password has to be entered.
I also know by using the PROVIDER_USERDN and PROVIDER_PASSWORD parameters, I can set these values in the configuration file.
But the user id, that is set in the BlockIP2 configuration file is a functional user id which I do not have access to the password.
Does anyone know of any other method to pass only the used id and be able to secure a JMS client that is using the BlockIP2 security program?
Thanks ... |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Jul 01, 2008 2:51 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Have you tried:
qcf.createConnection(username, "");
Although normally and in a J2EE environment you should let the JAAS setup of the QCF take over this aspect.
 _________________ MQ & Broker admin |
|
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
|
|
|
|