Quoting Chamikara Jayalath <[EMAIL PROTECTED]>: I mean upper layer application message not SOAP message. I guess, SOAP message is already at the lower layer.
I was thinking when application sends a large message to be delivered using WS-RM, WS-RM might chunk the message into smaller messages (grouped by sequenceID) and WS-RM sends them over SOAP one by one. I haven't read WS-RM specification thoroughly, though. thanks. > 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] > > > > > -- Ramot Lubis Swinburne University of Technology Melbourne, Australia --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
