[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-1002) Improve order preservation checking

Tim Fox (JIRA) jira-events at lists.jboss.org
Sun Jun 24 08:58:52 EDT 2007


Improve order preservation checking
-----------------------------------

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


The current version of order preservation involves preventing messages being sucked from one queue to another more than once.

This could be improved by encoding the nodeid/counter for each node sucked from in a header.

The counter would be reset every time all consumers are closed on a particular node.

A message won't be sucked to a node if its node id is encoded in the header and the distributor's current counter value matches the value in the header.

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