[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-1329) Bug in client session impl

Tim Fox (JIRA) jira-events at lists.jboss.org
Tue May 27 13:04:39 EDT 2008


Bug in client session impl
--------------------------

                 Key: JBMESSAGING-1329
                 URL: http://jira.jboss.com/jira/browse/JBMESSAGING-1329
             Project: JBoss Messaging
          Issue Type: Task
            Reporter: Tim Fox
         Assigned To: Tim Fox
             Fix For: 2.0.0 Beta


There is currently a bug in ClientSessionImpl - if use client ack, deliver some messages, don't ack and recover. Then on recovery "broken" gets set to true, since not expected delivery after recovery:

if (lastID + 1 != deliverID)
      {
      	log.info("Setting broken to true. lastID:" + lastID + " deliverID:" + deliverID);
         broken = true;
      }

-- 
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 jboss-jira mailing list