More about Service EJB rules

Note: Service EJB rules are no longer being actively developed, and are being considered for deprecation in upcoming releases. Using Service EJB rules does not follow Pega development best practices. Consider other implementation options instead.

Development

For a comprehensive description of the development process and a sample, see the Pega Community article Building EJB Services.

See also:

  • How asynchronous service processing works
  • Configure a service to process requests asynchronously
  • Configure a service to queue a failed service request for another attempt

Performance statistics

Through changes to the prlog4j2.xml file, you can obtain performance statistics on the execution of services. See Performance tool — Statistics for services.

Through changes to the prconfig.xml file, you can be alerted to unusually long service operations. See How to detect length service operations.

As an alternative to updating the prconfig.xml file, you can use dynamic system settings to configure your application. See Dynamic system settings.