[jboss-jira] [JBoss JIRA] Closed: (JBMESSAGING-1329) Bug in client session impl
Tim Fox (JIRA)
jira-events at lists.jboss.org
Tue Sep 30 08:13:20 EDT 2008
[ https://jira.jboss.org/jira/browse/JBMESSAGING-1329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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: 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