You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application business layer may consist of one or more messages within the same transaction, and these usually require messages to follow a specific sequence or process. After an ORMPPort message is delivered, it is considered completed regardless of whether the dispatch was successful, and it cannot be retried, which is relatively simple. RetryORMPPort, on the other hand, must finish/close/retry/clear any failed dispatch messages before proceeding with subsequent messages in the transaction. Otherwise, forgetting to close previous messages in the transaction may disrupt the order of messages (or the transaction process).
The text was updated successfully, but these errors were encountered: