[jboss-cvs] JBossAS SVN: r59888 - branches/Branch_4_2/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:43:18 EST 2007


Author: weston.price at jboss.com
Date: 2007-01-21 12:43:18 -0500 (Sun, 21 Jan 2007)
New Revision: 59888

Modified:
   branches/Branch_4_2/connector/src/main/org/jboss/resource/adapter/jms/inflow/JmsActivationSpec.java
Log:
[JBAS-3917] Increase DLQMaxResent property from zero to something
more reasonable (5). 

Modified: branches/Branch_4_2/connector/src/main/org/jboss/resource/adapter/jms/inflow/JmsActivationSpec.java
===================================================================
--- branches/Branch_4_2/connector/src/main/org/jboss/resource/adapter/jms/inflow/JmsActivationSpec.java	2007-01-21 16:38:11 UTC (rev 59887)
+++ branches/Branch_4_2/connector/src/main/org/jboss/resource/adapter/jms/inflow/JmsActivationSpec.java	2007-01-21 17:43:18 UTC (rev 59888)
@@ -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