Bypassing Integration Engines to Send Messages
You can use the PeopleCode built-in functions ConnectorRequest and ConnectorRequestURL to send synchronous requests directly to the integration gateway, without any message processing taking place on the integration broker engine, thereby eliminating the need for transactions.
Note:
ConnectorRequest and ConnectorRequestURL are for use with synchronous requests only.
To use any of these methods, the integration gateway must be configured and running.
When you use either of these functions, errors and messages are written to the integration gateway logs.
Related Topics