Database Outbound reply generation
You can use the reply generation feature in a Database Outbound protocol thread to returned results. These results are from a SQL statement or stored procedure that are to be returned to the engine on the reply stack. These replies can be routed to other connections/threads for further processing.
The Database Outbound protocol uses Outbound tab. The reply message is based on the return results of SQL statement/stored procedures.
to determine if it must generate a reply message. This option is on the- If is selected, then a reply message is generated. The returned results from the database invocation is passed back to the engine as a reply message.
- If is cleared, then a reply message is not generated.