Wolf-Dieter Fink [http://community.jboss.org/people/wdfink] created the 
discussion

"Re: JMS access control in AS7"

To view the discussion, visit: http://community.jboss.org/message/639316#639316

--------------------------------------------------------------
Does  
https://docs.jboss.org/author/display/AS7/Admin+Guide#AdminGuide-Messaginghttp://
 https://docs.jboss.org/author/display/AS7/Admin+Guide#AdminGuide-Messaging 
answer your questions?
See the 'Security settings'.
I think you need to change the role 'guest' of thist section in AS7:

<subsystem>
<hornetq-server>
<subsystem>
  <hornetq-server>
    <security-settings>
      <security-setting match="#">
        <permission type="send" roles="guest"/>
        <permission type="consume" roles="guest"/>
        <permission type="createNonDurableQueue" roles="guest"/>
        <permission type="deleteNonDurableQueue" roles="guest"/>
      </security-setting>
</security-settings>
  ...
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/639316#639316]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to