Search This Blog

Secure JMS module with authentication ( Username and password )

Secure JMS module with authentication ( Username and password )


In real world providing security  is important for JMS module . So the user have permission only able to Consume or produce message to Topic/ Queue 


My JMS Module Name :  WVOResHubModule I want to implement security for Topic . As of now Group policy to everyone can access Topic message. In order to provide access for certain users add security  shown below



JMS Module --> Security -->Policies  




Click Add Conditions --> Predicate List --> User


Add usernames  : I added "weblogic"  as username



 Click add button






Now weblogic added in JMS module level . so all the Queues and topics below to this JMS module secured with username and password auth


Now the policy used by changed from "everyone" to "weblogic". So weblogic user have only permission to read and write message to Topic/ Queue 


No comments:

Post a Comment