Hi Ramot,

If you are thinking that WS-RM chunk a single SOAP message into several parts, thats wrong. What WS-RM does is grouping a set of messages. A message group will be identified by an unique sequenceID and each message is given a number as well ( 1,2,3,....). At the server side these sequenceIDs and MessageNumbers can be used to invoke the messages in order.

So actually WS-RM does not chunk messages, it only numbers them.

Thanks,
Chamikara



On 2/1/06, Ramot Lubis <[EMAIL PROTECTED]> wrote:


Hi all,

I am new to Sandesha. I just downloaded the code few days ago.

I was searching for the part of code which responsible for chunking messages. As
far as I concern, WS-ReliableMessaging chunks messages into sequences and
deliver them one by one.

Perhaps, any of you can point me to which part of code/class in Sandesha
implementing chunking message.


thanks.


Ramot Lubis
Swinburne University,
Melbourne Australia.





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


Reply via email to