[jboss-cvs] JBossAS SVN: r59889 - trunk/connector/src/main/org/jboss/resource/adapter/jms/inflow.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Jan 21 12:44:42 EST 2007


Author: weston.price at jboss.com
Date: 2007-01-21 12:44:42 -0500 (Sun, 21 Jan 2007)
New Revision: 59889

Modified:
   trunk/connector/src/main/org/jboss/resource/adapter/jms/inflow/JmsActivationSpec.java
Log:
[JBAS-3917] Increase DLQMaxResent from zero to five. 

Modified: trunk/connector/src/main/org/jboss/resource/adapter/jms/inflow/JmsActivationSpec.java
===================================================================
--- trunk/connector/src/main/org/jboss/resource/adapter/jms/inflow/JmsActivationSpec.java	2007-01-21 17:43:18 UTC (rev 59888)
+++ trunk/connector/src/main/org/jboss/resource/adapter/jms/inflow/JmsActivationSpec.java	2007-01-21 17:44:42 UTC (rev 59889)
@@ -113,7 +113,7 @@
    private String dLQClientID;
 
    /** The DLQ max resent  */
-   private int dLQMaxResent;
+   private int dLQMaxResent = 5;
    
    //Default to 5 attempts
    private int reconnectAttempts = 5;




More information about the jboss-cvs-commits mailing list