Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes BEA/Weblogic and the fly likes Security for JMS destination Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "Security for JMS destination" Watch "Security for JMS destination" New topic
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
    
    1

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.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Security for JMS destination
 
Similar Threads
JMS behind firewall
Java Messaging Services
JMS question
Secure JMS
JMS Security