WS-RM code does not support InOrder assurances ----------------------------------------------
Key: CXF-3271 URL: https://issues.apache.org/jira/browse/CXF-3271 Project: CXF Issue Type: Bug Components: WS-* Components Affects Versions: 2.3.2 Reporter: Dennis Sosnoski Priority: Critical The WS-RM implementation does not support InOrder assurances. When InOrder is used alone (which is effectively the same as combined with AtLeastOnce) or with AtMostOnce messages are just delivered in whatever order they arrive. When InOrder is combined with ExactlyOnce the code never delivers any messages (due to a logic error in DestinationSequence.allPredecessorsAcknowledged()). See attached integration test and policy documents to demonstrate the issues. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.