Hi Team,

Am facing some problem with JMS.

I have some processes which are triggered by mq , the problem happens
when the process time of the bean is more than say 10 mins. The same
job starts again and again by the jms message
afetr exact 5 mins. interval for the no. of retry attempts given in
standardjboss.xml.

Though every time it runs successfully but it should run once instead
of 10 times

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

When the process is short in time as 1 min. or 2 min. The job is
executed and message will be deleted from the jms_message table.

Am using JBOSS 4.2.2 GA
Any suggessions  will be very much helpfull

regards
naveeN



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"java-core" group.
 To post to this group, send email to [email protected]
 To unsubscribe from this group, send email to 
[email protected]
 For more options, visit this group at 
http://groups.google.co.in/group/java-core?hl=en-GB
-~----------~----~----~----~------~----~------~--~---

Reply via email to