|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Security Exit implementation |
« View previous topic :: View next topic » |
Author |
Message
|
basscheffers |
Posted: Wed Jan 29, 2003 5:31 am Post subject: Security Exit implementation |
|
|
Newbie
Joined: 29 Jan 2003 Posts: 6 Location: London
|
Sorry to be the newbie. I have been asked to implement security exits for JMS and have been finding the docs less than clear...
I have MQ 5.2.1 with MA88 installed on my Windows 2K workstation for development. Postcard works fine and the JMS test applet works fine. So far so good.
The docs say to simply implement SecurityExit and do "MQEnvironment.securityExit = new MySecurityExit();" before any other code. All fine and well, but I guess this security exit has to be implemented on the server somewhere. I cannot find anything about that.
The problem I am trying to solve is that in the current instalation in this bank, and JMS client can connect to any queue, which is a big oops. Can anyone point me to a good guide or even example code. Client and server side and how to tell the server to use "mySecurityExit" for a queue?
Thanks,
Bas. |
|
Back to top |
|
 |
kingdon |
Posted: Wed Jan 29, 2003 8:18 am Post subject: |
|
|
Acolyte
Joined: 14 Jan 2002 Posts: 63 Location: UK
|
Hi Bas,
the MQEnvironment.securityExit approach is for the Java MQI, not for JMS which defines the exits via the connection factories. At the server end you will need to implement a matching exit as a native library since the server doesn't support Java exits.
The behaviour regarding client access is described in chapter 7 of the Clients manual.
You may be constrained by the MQ version deployed, but you may wish to investigate the use of SSL to secure client channels (available in MQ5.3).
Regards,
James. |
|
Back to top |
|
 |
basscheffers |
Posted: Wed Jan 29, 2003 8:28 am Post subject: |
|
|
Newbie
Joined: 29 Jan 2003 Posts: 6 Location: London
|
Hi James,
Thanks for the reply.
Grrr, that's what I was afraid off, but hoping there was just something I did not see.
Cheers,
Bas. |
|
Back to top |
|
 |
David.Partridge |
Posted: Thu Jan 30, 2003 5:41 am Post subject: |
|
|
 Master
Joined: 28 Jun 2001 Posts: 249
|
Or you could just purchase a commerical solution of which there are several. Ours is of course the best <GRIN>!
For more details contact me via email (click on profile and then on email). _________________ Cheers,
David C. Partridge |
|
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
|
|
|
|