Thanks for the hint! It works! Here is my complete JBoss Messaging Destination Descriptor:
| <?xml version="1.0" encoding="UTF-8"?> | <!DOCTYPE server PUBLIC "-//JBoss//DTD MBean Service 3.2//EN" "http://www.jboss.org/j2ee/dtd/jboss-service_3_2.dtd"> | | <server> | <loader-repository>jboss.messaging:loader=ScopedLoaderRepository | <loader-repository-config>java2ParentDelegation=false</loader-repository-config> | </loader-repository> | | <mbean code="org.jboss.jms.server.destination.Topic" | name="jboss.messaging.destination:service=Topic,name=jmschat.room.Lounge" | xmbean-dd="xmdesc/Topic-xmbean.xml"> | <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends> | <attribute name="SecurityConfig"> | <security> | <role name="guest" read="true" write="true" create="true"/> | </security> | </attribute> | <attribute name="JNDIName">topic/jmschat/room/Lounge</attribute> | </mbean> | </server> | Ralph View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986104#3986104 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986104 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
