Hi all, To be able to start a sequence whenever you want to, we have to add something to the Synapse configuration. Because the default behaviour of the Sandesha2 implementation is that a message send to the same endpoint is automatically part of the same sequence. Therefore we need to explicitly set the sequence identifier ourselves to identify the beginning of a new sequence. We can use the UUIDGenerator.getUUID() axis2 method for this. But how are we going to incorporate this into the Synapse configuration? I can think of the following options:
option 1: <set-property name="SandeshaRM" value="UUID" scope="axis2"/> option 2: <startRMSequence/>, but then we should also have an <endRMSequence/> I think. Any other options or preference for an option? Tijs --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
