[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-1436) MessageRedeliverer for DLQ

Chris Au (JIRA) jira-events at lists.jboss.org
Mon Nov 3 23:36:23 EST 2008


MessageRedeliverer for DLQ
--------------------------

                 Key: JBMESSAGING-1436
                 URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1436
             Project: JBoss Messaging
          Issue Type: Feature Request
         Environment: JBossESB-server-4.4.GA
WindowsXP
            Reporter: Chris Au
            Assignee: Tim Fox


I have seen the source code of MessageRedeliverer, which defaults to be resending message for RDLVR classification. But I see there shouldn't be difficult to modify so that it could support redelivery of message for DLQ. (We may want to try the DLQ once per day or even once a week automatically so as to cleanup accumulated DLQ messages).
I also noticed that the DBMessageStoreImpl.resend function only supports for RDLVR classification because of the checking that 
delete(uuid, RedeliverStore.CLASSIFICATION_RDLVR, con)==1 
So even if I manually invoke the internal redeliverer service with a message having header property : 
org.jboss.soa.esb.messagestore.classification = DLQ
the redelivery will not success.

-- 
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