[jboss-cvs] JBossAS SVN: r102392 - 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
Mon Mar 15 00:42:48 EDT 2010


Author: laubai
Date: 2010-03-15 00:42:47 -0400 (Mon, 15 Mar 2010)
New Revision: 102392

Modified:
   projects/docs/enterprise/5.0.1/JBoss_Messaging_1.4.6/en-US/Configuration.xml
Log:
Updates to config details 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-15 03:15:24 UTC (rev 102391)
+++ projects/docs/enterprise/5.0.1/JBoss_Messaging_1.4.6/en-US/Configuration.xml	2010-03-15 04:42:47 UTC (rev 102392)
@@ -1302,7 +1302,8 @@
         <section id="conf.destination.queue.attributes.name">
           <title>Name</title>
 
-          <para>Defines the queue name.</para>
+          <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>
         </section>
 
         <section id="conf.destination.queue.attributes.jndiName">
@@ -1536,7 +1537,8 @@
         <section id="conf.destination.topic.attributes.name">
           <title>Name</title>
 
-          <para>Defines the name of the topic.</para>
+          <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>
         </section>
 
         <section id="conf.destination.topic.attributes.jndiName">




More information about the jboss-cvs-commits mailing list