[jboss-jira] [JBoss JIRA] Created: (JBAS-3917) The JMS JCA adapter's DLQMaxResent is set by default to 0, causing messages to go straight to DLQ

Ovidiu Feodorov (JIRA) jira-events at jboss.com
Sun Dec 3 01:16:56 EST 2006


The JMS JCA adapter's DLQMaxResent is set by default to 0, causing messages to go straight to DLQ
-------------------------------------------------------------------------------------------------

                 Key: JBAS-3917
                 URL: http://jira.jboss.com/jira/browse/JBAS-3917
             Project: JBoss Application Server
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: JCA service
    Affects Versions: JBossAS-4.0.5.GA
            Reporter: Ovidiu Feodorov
         Assigned To: Weston Price
            Priority: Minor


The JMS JCA adapter's DLQMaxResent is set by default to 0, causing messages to go straight to DLQ. Needs to be raised to something like 10.
The workaround is to override the value in MDB's config:

@MessageDriven(activationConfig =
{
      ...
      @ActivationConfigProperty(propertyName="DLQMaxResent", propertyValue="10")
})




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list