[jboss-user] [JBoss Messaging] - Re: JMS JNDI Names
timfox
do-not-reply at jboss.com
Tue Nov 14 09:17:39 EST 2006
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
More information about the jboss-user
mailing list