[esb-issues] [JBoss JIRA] Commented: (JBESB-1029) ServiceInvoker.deliverAsync should tidy up message properties after delivery to deadLetterService

Kurt Stam (JIRA) jira-events at lists.jboss.org
Wed Sep 12 11:20:30 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBESB-1029?page=comments#action_12376402 ] 
            
Kurt Stam commented on JBESB-1029:
----------------------------------

What do you think this code in the MessagePersister does?

//the message can override the classification
            if (message.getProperties().getProperty(MessageStore.CLASSIFICATION)!=null) {
                classification = String.valueOf(message.getProperties().getProperty(MessageStore.CLASSIFICATION));
                message.getProperties().remove(MessageStore.CLASSIFICATION);
            }

> ServiceInvoker.deliverAsync should tidy up message properties after delivery to deadLetterService
> -------------------------------------------------------------------------------------------------
>
>                 Key: JBESB-1029
>                 URL: http://jira.jboss.com/jira/browse/JBESB-1029
>             Project: JBoss ESB
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 4.2
>            Reporter: Kevin Conner
>         Assigned To: Kevin Conner
>             Fix For: 4.2.1 IR1
>
>
> ServiceInvoker.deliverAsync uses properties on the message to effect an asynchronous redelivery.
> Unfortunately it does not reset these properties afterwards, resulting in all further processing of that message being marked for redelivery.

-- 
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 esb-issues mailing list