[jboss-user] [JBoss Messaging] - Re: JMS JNDI Names

loewe do-not-reply at jboss.com
Wed Nov 15 07:14:03 EST 2006


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



More information about the jboss-user mailing list