← Prev in month
← Prev in thread
Next in thread →
Next in month →
[NEW ISSUE] Add Max Msg Num to Message Number Rollover Fault
Title: Add Max Msg Num to Message Number Rollover Fault Description: Since an RM impl may not support msg numbers up to the max of 9,223,372,036,854,775,807 it would be nice if the MsgNumRollover Fault included the max msg number in its details section so that the processor of the fault can know what value was exceeded. Justification: This could help in preventing future faults being generated. Target: core design Proposal: On the details element of the Message Number Rollover Fault, include the max # supported: [Detail] <wsrm:Identifier ...> xs:anyURI </wsrm:Identifier> <wsrm:MaxMessageNumber> wsrm:MessageNumberType </wsrm:MaxMessageNumber> <-- new element Update schema accordingly.
← Prev in month
← Prev in thread
Next in thread →
Next in month →