[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-1554) JMSRedelivered header not set for messages redelivered in AUTO_ACKNOWLEDGE mode

Howard Gao (JIRA) jira-events at lists.jboss.org
Mon Mar 23 02:57:22 EDT 2009


JMSRedelivered header not set for messages redelivered in AUTO_ACKNOWLEDGE mode
-------------------------------------------------------------------------------

                 Key: JBMESSAGING-1554
                 URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1554
             Project: JBoss Messaging
          Issue Type: Bug
          Components: Messaging Core
    Affects Versions: 1.4.3.GA, 1.4.2.GA.SP1, 1.4.0.SP3.CP07
            Reporter: Howard Gao
            Assignee: Howard Gao
             Fix For: 1.4.0.SP3.CP08, 1.4.4.GA


To reproduce:

1. Send a message to a queue in AUTO_ACKNOWLEDGE mode.
2. Receive the message using MessageListener. Kill the client before the onMessage() call finished. (leaving the message un acked)
3. Restart the client to receive again, inpect the JMSRedelivered header, it return false (should be set to true)


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