User: starksm 
  Date: 01/12/13 18:21:44

  Modified:    src/etc/conf/default standardjboss.xml
  Log:
  Don't let the dead queue timeToLive < 0 as this results in unusable
  messages. The value corresponding to no expirary it 0, not -1. Set the
  standardjboss.xml TimeToLive value to 0.
  
  Revision  Changes    Path
  1.27      +2 -2      jboss/src/etc/conf/default/standardjboss.xml
  
  Index: standardjboss.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/standardjboss.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- standardjboss.xml 2001/12/11 09:47:44     1.26
  +++ standardjboss.xml 2001/12/14 02:21:44     1.27
  @@ -7,7 +7,7 @@
   <!--                                                                       -->
   <!-- ===================================================================== -->
   
  -<!-- $Id: standardjboss.xml,v 1.26 2001/12/11 09:47:44 pra Exp $ -->
  +<!-- $Id: standardjboss.xml,v 1.27 2001/12/14 02:21:44 starksm Exp $ -->
   
   <jboss>
      <enforce-ejb-restrictions>false</enforce-ejb-restrictions>
  @@ -595,7 +595,7 @@
                   <DLQConfig>
                     <DestinationQueue>queue/DLQ</DestinationQueue>
                     <MaxTimesRedelivered>10</MaxTimesRedelivered>
  -                  <TimeToLive>-1</TimeToLive>
  +                  <TimeToLive>0</TimeToLive>
                   </DLQConfig>
               </MDBConfig>
         </container-invoker-conf>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to