Non-queue error management

When you start the synchronous processing of inbound or outbound integration messages, you are notified of any errors at the time of execution.

Non-queue error management is necessary if an error occurs when a synchronous message is being processed. For inbound messages, instead of relying on an error queue, the integration framework responds synchronously to the caller of the process with an error message. The calling application must receive the response, correct the error, and retry the transaction.

Use the system log to troubleshoot synchronous transaction errors. The system log contains the processing exception that the integration framework issues to the caller of the process.