Try OpenEdge Now
skip to main content
Messaging and ESB
ABL - JMS API Reference : getClientTransactionBufferSize function
 

getClientTransactionBufferSize function

Returns the client buffer size in bytes for Fault Tolerant transacted messages in memory.
Note: The JMS providers other than SonicMQ do not support this method.

Syntax

FUNCTION getClientTransactionBufferSize RETURNS INTEGER.

Applies to

Session objects (ClientConnect and ServerConnect only)

Notes

*Only applicable for Fault Tolerant connections.
*The default is 0. A value of 0 tells the SonicMQ client to use the default value as determined by the SonicMQ Broker. This value is the size of the buffer used by the SonicMQ Broker.

See also

setFaultTolerantprocedure, getFaultTolerantfunction, isFaultTolerant function, createChangeStateConsumer procedure, setFaultTolerantReconnectTimeout procedure, getFaultTolerantReconnectTimeout function, setInitialConnectionTimeout procedure, getInitialConnectionTimeout function, setClientTransactionBufferSize procedure, getClientTransactionBufferSize function
For more information, see the Fault tolerance and the Fault tolerance.