Activation Pooling Service (APS)

Overview

The Adapter Runtime Tool APS can be used in the following scenarios:

  1. To make local activations Remote (Inproc, ExecBaan, ExecCmd)
  2. To enable Pooling across multiple client processes
Use the Central Configuration Console to enable APS for a BusComponent. APS can be enabled for an activation configuration by specifying the Pooling Service property for the BusComponent. The value of this property is the BusComponent that you pass with the -busc argument (see below).

A Functional overview of APS.

Starting

The tool can be started by running a java VM

Example: java com.baan.b3.aps.ActivationPoolingService

Arguments

The following arguments can be used with the APS Tool.

    -busc <buscomponent>
    This required argument specifies the BusComponent this APS is serving

    -d
    This optional argument enables extra log-output to the command-screen.