[jboss-cvs] JBossAS SVN: r64101 - branches/Branch_4_2/ejb3/docs/tutorial/mdb.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 17 19:50:15 EDT 2007


Author: bdecoste
Date: 2007-07-17 19:50:15 -0400 (Tue, 17 Jul 2007)
New Revision: 64101

Modified:
   branches/Branch_4_2/ejb3/docs/tutorial/mdb/mdb.html
   branches/Branch_4_2/ejb3/docs/tutorial/mdb/mdb.wiki
Log:
[EJBTHREE-809] added DLQ JNDI to doc

Modified: branches/Branch_4_2/ejb3/docs/tutorial/mdb/mdb.html
===================================================================
--- branches/Branch_4_2/ejb3/docs/tutorial/mdb/mdb.html	2007-07-17 19:23:03 UTC (rev 64100)
+++ branches/Branch_4_2/ejb3/docs/tutorial/mdb/mdb.html	2007-07-17 23:50:15 UTC (rev 64101)
@@ -41,6 +41,7 @@
 long keepAlive - the length of time in milliseconds that sessions over the minimum are kept alive - default is 60 seconds
 booleam sessionTransacted - whether the sessions are transacted - default is true
 boolean useDLQ - whether to use a DLQ handler - valid values true or false - default is true
+String dLQJNDIName - the JNDI name of the DLQ - default is "queue/DLQ"
 String dLQHandler - the org.jboss.resource.adapter.jms.inflow.DLQHandler implementation class name - default org.jboss.resource.adapter.jms.inflow.dlq.GenericDLQHandler
 int dLQMaxResent - the maximum number of times a message is redelivered before it is sent to the DLQ - default 5
 String dLQUser - the user id used to make the dlq connection to the jms server

Modified: branches/Branch_4_2/ejb3/docs/tutorial/mdb/mdb.wiki
===================================================================
--- branches/Branch_4_2/ejb3/docs/tutorial/mdb/mdb.wiki	2007-07-17 19:23:03 UTC (rev 64100)
+++ branches/Branch_4_2/ejb3/docs/tutorial/mdb/mdb.wiki	2007-07-17 23:50:15 UTC (rev 64101)
@@ -36,6 +36,7 @@
 long keepAlive - the length of time in milliseconds that sessions over the minimum are kept alive - default is 60 seconds
 booleam sessionTransacted - whether the sessions are transacted - default is true
 boolean useDLQ - whether to use a DLQ handler - valid values true or false - default is true
+String dLQJNDIName - the JNDI name of the DLQ - default is "queue/DLQ"
 String dLQHandler - the org.jboss.resource.adapter.jms.inflow.DLQHandler implementation class name - default org.jboss.resource.adapter.jms.inflow.dlq.GenericDLQHandler
 int dLQMaxResent - the maximum number of times a message is redelivered before it is sent to the DLQ - default 5
 String dLQUser - the user id used to make the dlq connection to the jms server




More information about the jboss-cvs-commits mailing list