Class com.ibm.commerce.messaging.outboundservice. SendTransactedMsgCmdImpl

 
Changed Methods
void  afterFail (Long, Integer, Integer, Timestamp) Change in signature from (Long, Integer) to (Long, Integer, Integer, Timestamp).
Updates the message in the MSGSTORE table by decrementing retries field by one to ensure that the message had a fair chance before refusing to send the message.
void  afterSuccess (Long, Integer) Change in signature from Long to (Long, Integer).
After the message is successfully sent it will be removed from the MSGSTORE table.