Asynchronous execution by the Pega-IntScvs agents
To perform REST connector processing asynchronously:
- Create a Connector Request Processor data instance that defines the characteristics and classes of queued requests. Associate this data instance with the ruleset that contains the Connect REST rules.
- On the Service tab of the Connect REST rule, select queuing in the Intended for field and identify the Connector Request Processor created in step 1.
- Update one or more Data-Agent-Queue instances to ensure that the ProcessConnectQueue agent entry within the Pega-IntSvcs agent is enabled with an appropriate time period.
- In the activity steps that execute the Connect-REST method, set the
Execution mode parameter value to
Queue
. - Test.
Previous topic Connect REST calling activity Next topic Working with SSL-enabled endpoints