[
http://jira.jboss.com/jira/browse/JBAS-3917?page=all ]
Weston Price resolved JBAS-3917.
--------------------------------
Fix Version/s: JBossAS-5.0.0.Beta2
JBossAS-4.2.0.CR1
Resolution: Done
Updated DLQMaxResent property to 5 to be more reasonable in handling redelivered messages.
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
Fix For: JBossAS-5.0.0.Beta2, JBossAS-4.2.0.CR1
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