|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
JMS Security Exit |
« View previous topic :: View next topic » |
Author |
Message
|
mqhelpless |
Posted: Mon Sep 25, 2006 5:38 am Post subject: JMS Security Exit |
|
|
Apprentice
Joined: 13 Jul 2005 Posts: 33
|
I have implemented security exit on "C MQ Client". Right now, I have a requirement to implement security exit on a JMS client. I have no prior experience with it and thus need some help. In C MQ Client, to setup the exit, I basically configure the environment variables and the AMQCLCHL.TAB file. But for JMS client, how do I implement the security exit? Also, can a security exit (.DLL) written in C be used or do I have to write the security exit in Java (something I am not familiar with). Thanks! |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Sep 25, 2006 5:54 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You can instruct JMS to use AMQCLCHL.TAB, by setting the property CCDTURL on the QCF. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
mqhelpless |
Posted: Mon Sep 25, 2006 6:01 am Post subject: |
|
|
Apprentice
Joined: 13 Jul 2005 Posts: 33
|
But the CCDTURL property and the CHANNEL property cannot be both set at the same time. This particular JMS client actually sets the CHANNEL property.
Or .... does it means that by setting the CCDTURL property, I'm instructing the usage of the properties set in TAB which includes the server-connection channel. |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Sep 25, 2006 6:19 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
If you want the client to use your C security exit, it must set CCDTURL and not set CHANNEL.
If you want the client to be able to set the CHANNEL property, then you must write your exit in Java, and follow the other instructions in the documentation for using a Java client exit. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
mqhelpless |
Posted: Mon Oct 02, 2006 4:30 pm Post subject: |
|
|
Apprentice
Joined: 13 Jul 2005 Posts: 33
|
What about TCF? If only the TCF is set, I would think the same procedure applies except that I point TCF instead of QCF to AMQCLCHL.TAB. Is that right? |
|
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
|
|
|
|