]
Tim Fox updated JBMESSAGING-1329:
---------------------------------
Issue Type: Bug (was: Task)
Bug in client session impl
--------------------------
Key: JBMESSAGING-1329
URL:
http://jira.jboss.com/jira/browse/JBMESSAGING-1329
Project: JBoss Messaging
Issue Type: Bug
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: