Hi All,
I added the functionality to get status details about a sequence from the client API.
Within client code users can ask for a report describing the status of
an incoming or an outgoing sequence using following functions.
SandeshaClientAPI.getRMReport (String to, String sequenceKey,
ConfigurationContext) : RMReport //Describes an
outgoing sequence
SandeshaClientAPI.getIncomingSequenceReport (String sequenceID,
ConfigurationContext) : RMReport //describes an incoming sequence
Currently the RMReport gives the number of application messages that
has been acked and weather the sequence has been terminated
successfully.
I have used this feature in the RMScenarioTest testcase.
Thanks,
Chamikara
- [Sandesha2] New feature - RMReport Chamikara Jayalath
- Re: [Sandesha2] New feature - RMReport jaliya
- Re: [Sandesha2] New feature - RMReport Chamikara Jayalath
