|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Application Level Security |
« View previous topic :: View next topic » |
Author |
Message
|
scott9 |
Posted: Thu Dec 18, 2003 3:23 pm Post subject: Application Level Security |
|
|
Acolyte
Joined: 11 Jul 2002 Posts: 62 Location: Sacramento,CA
|
Sorry to reopen a topic that has been discussed ad nauseum. I reviewed several posts at this site regarding Application vs. Link level security, but I'm confused about one point.
We need the data encrypted on the queue, which implies application level security. With Application level security, does the APPLICATION have to encrypt the data, or can MQ do it. I read something about 3rd party products that can do this as an exit, but I'm interested to know if MQ (itself) has the capacity to encrypt data on the queues. (we have mq 5.3 CSD05 on Win2000). |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Dec 18, 2003 4:19 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Not out of the box, no.
You can write your own message exit, though.
Or even better, these days, your own API Crossing Exit. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
EddieA |
Posted: Thu Dec 18, 2003 4:45 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Don't think a Message Exit can get to the message before it's on the Queue, which is what was required.
So, the API Exit (not z/OS) or the API-Crossing Exit (CICS only by my manual, but I thought they extended this ??) is the 'official' way to do it.
Some of the 3rd party products did it by providing replacement libraries/calls that intercepted the GET/PUT. Another way would be to have your own MQGET and MQPUT which does the encryption and then passes to the 'real' ones.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
scott9 |
Posted: Thu Dec 18, 2003 4:51 pm Post subject: |
|
|
Acolyte
Joined: 11 Jul 2002 Posts: 62 Location: Sacramento,CA
|
I didn't mention this, but we're sending from OS/390 (will eventually be Z/OS) to Win2000. Does your message imply that the API Exit does not work with Z/OS? |
|
Back to top |
|
 |
EddieA |
Posted: Thu Dec 18, 2003 6:45 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
That was taken straight from the manual.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
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
|
|
|
|