| Author |
Security for JMS destination
|
Sagar Kale
Ranch Hand
Joined: May 02, 2008
Posts: 188
|
|
|
How to configure security for JMS destinations in weblogic 8.1? I want my Topic or Queue to receive messages only if user is in Role.
|
 |
Deepak Bala
Bartender
Joined: Feb 24, 2006
Posts: 6603
|
|
|
It should be possible to do that since the Topic / Queue is a resource. Did you search the WL 10 docs ?
|
SCJP 6 articles - SCJP 5/6 mock exams - SCJP Mocks - SCJP 5 Mock exam (Word document ) - SCJP 5 Mock exam in Java.Inquisition format
|
 |
Sagar Kale
Ranch Hand
Joined: May 02, 2008
Posts: 188
|
|
|
It should be possible. I am using weblogic 8.1, I searched docs, but could not find it.
|
 |
Chandrasekhar Mangipudi
Ranch Hand
Joined: Jan 29, 2006
Posts: 118
|
|
Hello.These are the steps you need to follow to create jms server, bridge and another Jms server.
JMS-JA-ADP.jar
connection factory
Templates
stores
JMS server
Distributed Destination for Queues
Brdiges destination
Bridges
|
Thanks & Regards,
ChandraSekharMangipudi
|
 |
Sagar Kale
Ranch Hand
Joined: May 02, 2008
Posts: 188
|
|
|
I do not want to create bridge. I just want to secure my JMS destination so that user in specific role should be able to send message. I am planning very simple like security to EJB methods to start with where user in specific roles only able to run method on EJB.
|
 |
 |
|
|
subject: Security for JMS destination
|
|
|