Hello, I'm trying to store contextual information during the complete handshaking of the Reliable Messaging protocol, i.e. create a value during the processing of the CreateSequence handler, and retrieve it again within the TerminateSequence step. As I understand it, this may be done using the reliable endpoint as in rmEndpoint.getEndPoint().put(...). Is this correct and has anyone else used this before?
Regards, RĂ¼diger
