[jboss-user] [JBoss Messaging] - Re: Problem with user authorization using JBM Bridge configu

armsargis do-not-reply at jboss.com
Wed Apr 8 11:34:59 EDT 2009


One note also if I create  EllipseRequests queue locally using following config:

   
  |    <mbean code="org.jboss.jms.server.destination.QueueService"
  |       name="jboss.messaging.destination:service=Queue,name=EllipseRequests"
  |       xmbean-dd="xmdesc/Queue-xmbean.xml">
  |       <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
  |       <depends>jboss.messaging:service=PostOffice</depends>
  |       <attribute name="SecurityConfig">
  |          <security>
  |             <role name="seamusers" read="true" write="true" create="true"/>
  |          </security>
  |       </attribute>
  |    </mbean>
  | 
  |    <mbean code="org.jboss.jms.server.destination.QueueService"
  |       name="jboss.messaging.destination:service=Queue,name=EllipseCallbacks"
  |       xmbean-dd="xmdesc/Queue-xmbean.xml">
  |       <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
  |       <depends>jboss.messaging:service=PostOffice</depends>
  |       <attribute name="SecurityConfig">
  |          <security>
  |             <role name="seamusers" read="true" write="true" create="true"/>
  |          </security>
  |       </attribute>
  |    </mbean>
  | 

I  have not authorization problem but it forward messages to locally created queue, not to remote one.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224409#4224409

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224409



More information about the jboss-user mailing list