1 Reply Latest reply on Nov 29, 2004 5:45 AM by j2ee

    [JMS] Smtp error

    j2ee

      Hello.

      I need your experience^^

      I d like to know how to be sure to treat an email when an smtp mail server is off.
      What i ve understood is when a message has failed, it goes to the DLQConfig according to these parameters.

      10

      queue/DLQ
      10
      0


      Is it ok ? how to treat after my failed messages when the smtp is ok ?

      Thanks for your help.

        • 1. Re: [JMS] Smtp error
          j2ee

          Sorry, my standardjboss.xml is :

           <MDBConfig>
           <ReconnectIntervalSec>10</ReconnectIntervalSec>
           <DLQConfig>
           <DestinationQueue>queue/DLQ</DestinationQueue>
           <MaxTimesRedelivered>10</MaxTimesRedelivered>
           <TimeToLive>0</TimeToLive>
           </DLQConfig>
           </MDBConfig>