1.3.4 Configuring Maximum Number of Transactions

The MaxTran element allows you to configure the size of the internal transaction table as shown in the example below. The default is MAXGTT.

Note:

The MaxTran value is optional. If the configured value is greater than MAXGTT, it is ignored and MAXGTT is used instead

Example 1-39 MAxTran Element

<Deployment xmlns="http://www.bea.com/Tuxedo/SALTDEPLOY/2007">
<WSDF>
...
</WSDF>
<WSGateway>
<GWInstance id="GW1">
...
<MaxTran value="500"/>
...
</GWInstance>
</WSGateway>
...
</Deployment>