Hi all,

To include the starting of sequences into Synapse, I would like some feedback 
on how to develop this into the Synapse code. Can you please give some feedback 
on this?
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="startsequence" scope="axis2"/>
option 2: <startRMSequence/>, but then we should also have an <endRMSequence/> 
I think.

Can you think of other (better) options or do you have a preference for an 
option?

Thanks

Tijs


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to