[jboss-cvs] JBossAS SVN: r102494 - projects/docs/enterprise/5.0.1/JBoss_Messaging_1.4.6/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 16 21:17:11 EDT 2010


Author: laubai
Date: 2010-03-16 21:17:10 -0400 (Tue, 16 Mar 2010)
New Revision: 102494

Modified:
   projects/docs/enterprise/5.0.1/JBoss_Messaging_1.4.6/en-US/Configuration.xml
Log:
Added note re. forward slash for JBPAPP-3023.

Modified: projects/docs/enterprise/5.0.1/JBoss_Messaging_1.4.6/en-US/Configuration.xml
===================================================================
--- projects/docs/enterprise/5.0.1/JBoss_Messaging_1.4.6/en-US/Configuration.xml	2010-03-16 23:51:30 UTC (rev 102493)
+++ projects/docs/enterprise/5.0.1/JBoss_Messaging_1.4.6/en-US/Configuration.xml	2010-03-17 01:17:10 UTC (rev 102494)
@@ -1304,6 +1304,9 @@
 
           <para>Defines the queue name. Heirarchical queue creation is also possible; for example,  <literal>app1.emails</literal> would create a nested JNDI context of <literal>queue/app1/emails</literal>.
           </para>
+          <note>
+            <para>The forward slash should not be used to define heirarchical names.</para>
+          </note>
         </section>
 
         <section id="conf.destination.queue.attributes.jndiName">
@@ -1539,6 +1542,9 @@
 
           <para>Defines the topic name. Heirarchical topic creation is also possible; for example, <literal>app1.emails</literal> would create a nested JNDI context of <literal>queue/app1/emails</literal>.
           </para>
+          <note>
+            <para>The forward slash should not be used to define heirarchical names.</para>
+          </note>
         </section>
 
         <section id="conf.destination.topic.attributes.jndiName">




More information about the jboss-cvs-commits mailing list