[jboss-jira] [JBoss JIRA] Created: (JBJCA-218) Some issues with JCA's DLQ handling
Howard Gao (JIRA)
jira-events at lists.jboss.org
Tue Nov 17 08:07:30 EST 2009
Some issues with JCA's DLQ handling
-----------------------------------
Key: JBJCA-218
URL: https://jira.jboss.org/jira/browse/JBJCA-218
Project: JBoss JCA
Issue Type: Bug
Components: JMS
Reporter: Howard Gao
Assignee: Jesper Pedersen
1. JCA ignores the DLQ attribute specified in the queue's configuration file.
2. JCA doesn't correctly handle the max redelivery limit. If the limit is set to n, it doesn't send the message to DLQ until n+1 th redelivery.
3. JCA doesn't correctly handle its relation with JBM's max re-delivery control. Problems will show if you specify the DLQMaxResent count to be greater than JBM's default (10), in which case JBM will send the message to DLQ always at 10th re-delivery, giving JCA no chance to control.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list