MessageFactory does not allow TransactionLogs to recover messages out of order.
-------------------------------------------------------------------------------

                 Key: QPID-1783
                 URL: https://issues.apache.org/jira/browse/QPID-1783
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
            Reporter: Martin Ritchie
            Assignee: Martin Ritchie
            Priority: Blocker
             Fix For: 0.5


Summary:

The MessageFactory is too strict, requiring messages to be recovered in order 
when in reality the Log will most likely process a single queue at a time.

MessageFactory.createMessage(long,TransactionLog) should simply allow the 
message creation remembering the highest value received. 

Duplicate Message IDs will only occur if there is a bug in the TransactionLog. 
The MessageFactory will still guarantee to provide unique values by remembering 
the highest seen value.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to