]
Tim Fox closed JBMESSAGING-1329.
--------------------------------
Fix Version/s: Unscheduled
(was: 2.0.0 Beta)
Resolution: Out of Date
Bug in client session impl
--------------------------
Key: JBMESSAGING-1329
URL:
https://jira.jboss.org/jira/browse/JBMESSAGING-1329
Project: JBoss Messaging
Issue Type: Bug
Reporter: Tim Fox
Assignee: Tim Fox
Fix For: Unscheduled
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: