Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

You open the PSI agent configuration dialog from a workflow configuration: you can right-click the agent icon and select Configuration..., or double-click the agent icon.

The PSI agent configuration dialog contains three tabs: the SLU list, Connection and Advanced properties tabs.

SLU list Tab

The SLU list tab is displayed by default when you open a PSI agent configuration dialog.


 
The PSI agent configuration dialog - SLU list tab

In the SLU list tab, use the Add button to add the SLU (Service Logic Unit) Host (or IP address) and corresponding Server Ports. The PSI requests are equally distributed by round robin to all the PSI SLU servers added.

Connection Tab

In the Connection tab, you configure the heartbeat messages which are sent between and the Payment Server to keep the session active when there is no other message activity from .

The PSI agent configuration dialog - Connection tab


FieldDescription
Transport version

Select Netty4 to use Netty version 4 for the PSI Agent. Default is Netty3.

To mix Netty versions within the same execution context is not supported. For example you can not run different workflows with different Netty versions simultaneously. It is possible to switch between using Netty version 3 or Netty version 4 for your execution context.

Heartbeat interval (s)

Specifies the interval period in seconds for sending heartbeat messages. The default value is 60, the maximum value is 1800.

Request timeout (ms)

Specifies the timeout period for responses from a SLU.

Request retries

Specifies the number of SLUs to which a request is attempted to be sent on a timeout. Entering a value of 1 means you an attempt is made to send a request to 2 SLUs.

Advanced properties Tab

You can modify properties in the Advanced properties tab.

The PSI configuration agent dialog - Advanced properties tab

One example of properties that can be configured in the Advanced properties tab is reconnectInterval, which specifies the time interval after which the agent will try to reconnect.

See the text in the Properties field for further information about the properties.

  • No labels