Version 4

    JBossMQ Security Manager Configuration

     

    This service co-ordinates the authentication and authorization of jms requests.

    The configuration can be found in deploy{-hasingleton}/jms/jbossmq-service.xml

     

    Default Configuration

      <mbean code="org.jboss.mq.security.SecurityManager" name="jboss.mq:service=SecurityManager">
        <attribute name="DefaultSecurityConfig">
          <security>
            <role name="guest" read="true" write="true" create="true"></role>
          </security>
        </attribute>
        <attribute name="SecurityDomain">jbossmq</attribute>
        <depends optional-attribute-name="NextInterceptor">jboss.mq:service=DestinationManager</depends>
      </mbean>
    

     

    Configurable Attributes

    • DefaultSecurityConfig

      - the default SecurityConf for destinations without security configuration, including TemporaryQueues and TemporaryTopics

    • SecurityDomain

      - the LoginModule used for authentication policy

    • NextInterceptor

      - the security manager is part of the call path