[jboss-cvs] JBoss Messaging SVN: r6456 - trunk/examples/jms/security.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 16 11:53:56 EDT 2009


Author: gaohoward
Date: 2009-04-16 11:53:56 -0400 (Thu, 16 Apr 2009)
New Revision: 6456

Modified:
   trunk/examples/jms/security/readme.html
Log:
improve the readme -- to mention configurable security manager in security readme


Modified: trunk/examples/jms/security/readme.html
===================================================================
--- trunk/examples/jms/security/readme.html	2009-04-16 14:43:33 UTC (rev 6455)
+++ trunk/examples/jms/security/readme.html	2009-04-16 15:53:56 UTC (rev 6456)
@@ -49,6 +49,9 @@
      <p>As you can see, both users can access queue resources (role user). However, user jbm-sender (of role sender) can only send messages 
      and user jbm-consumer (of role consumer) can only consume messages. In this example the jbm-consumer tries to send message but failed 
      as it doesn't has the right to do so.</p>
+     
+     <p>With JBoss Messaging, the security manager is configurable. You can use JAASSecurityManager or JBossASSecurityManager based on you need. Please
+     check out the jbm-standalone-beans.xml for how to do.</p>
 
      <br>
      <h2>Example step-by-step</h2>




More information about the jboss-cvs-commits mailing list