The name can't contain any "/" characters. If you want to place the destination somewhere other than the default in JNDI you can use the JNDIName attribute:
| <!-- This attribute is writable to allow configuring an arbitrary JNDI name in the topic's | service deployment descriptor. Any attempt to change the attribute after initialization | will be ignored. | --> | <attribute access="read-write" getMethod="getJNDIName" setMethod="setJNDIName"> | <description>The destination's JNDI name</description> | <name>JNDIName</name> | <type>java.lang.String</type> | </attribute> | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985786#3985786 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985786 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
