[jboss-user] [Beginner's Corner] - Re: JMS access control in AS7
Wolf-Dieter Fink
do-not-reply at jboss.com
Thu Dec 1 07:42:25 EST 2011
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]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20111201/3487945d/attachment-0001.html
More information about the jboss-user
mailing list