Need to save and restore the AXIS2 MessageContext
-------------------------------------------------

                 Key: AXIS2-1567
                 URL: http://issues.apache.org/jira/browse/AXIS2-1567
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: New Feature
          Components: kernel
            Reporter: Ann Robinson


There is an AXIS2 requirement to save the message context at some point in the 
handler chain, store it away, and restore it later.  This requirement also 
includes the need to let handlers manage message-specific data when the message 
context is saved and restored.                                

In particular, this feature can be used by a WS-ReliableMessaging 
implementation to persist and re-send messages and to recover from a server 
restart. The idea being to save a message context, then later restore the 
message context and pick up the message processing at the point at which the 
message context was saved (that is, without having to completely restart the 
message from the beginning).

Refer to the wiki page
    http://wiki.apache.org/ws/FrontPage/Axis2/MessageContextSaveRestore
for a description of a proposal on how to accomplish this feature.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to