> >> hello and i got puzzled when i try to code a handler, that is how can i >> wake up the message chain which suspended by return >> InvocationResponse.SUSPEND in method invoke(MessageContext msgContext) ? >> Please somebody help me and thanks a lot! >> >This is exactly what Sandesha does. What they do is they they suspend >the invocation and then store the message context somewhere , when the >conditions satisfied get the message context and resume that. >So before you return the InvocationResponse.SUSPEND need to store the >message context and call resume after the condition get satisfied. >-Deepal > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] >
thank you very much for you answer ,and could you please give me some more help? you said"call resume" so i search it around message context ,but got nothing ,is that a method ?or something? thanks a lot! i'm a non-english-speaking student and trying my best to express my grateful appreciation for you help and sorry about my poor english! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
