BTW, not all the config options I referred to earlier seem to be covered in the CXF docco <http://cwiki.apache.org/CXF20DOC/wsrmconfiguration.html> Have a look at the SequenceTerminationPolicyType in the schema<http://svn.apache.org/viewvc/cxf/trunk/rt/ws/rm/src/main/resources/schemas/configuration/wsrm-manager-types.xsd?view=markup>for more details.
Cheers, Eoghan > Well there are several ways to set up the configuration such that a > TerminateSequence is sent under ceratin circumstances, for example: > > - after a certain number of messages have been sent > - when a certain number of messages remain unACKed > - when the SequenceAcknowledgement reaches a certain degree of > fragmentation into ranges separate by holes in the message stream > - on the expiry of an inactivity timeout. >
