TIBCO eFTL™
Static Public Attributes | List of all members
TIBCO.EFTL.AcknowledgeMode Class Reference

Acknowledgment modes. More...

Static Public Attributes

static readonly String AUTO = "auto"
 Auto acknowledgment mode. More...
 
static readonly String CLIENT = "client"
 Client acknowledgment mode. More...
 
static readonly String NONE = "none"
 None acknowledgment mode. More...
 

Detailed Description

Acknowledgment modes.

Member Data Documentation

readonly String TIBCO.EFTL.AcknowledgeMode.AUTO = "auto"
static

Auto acknowledgment mode.

Messages consumed from a subscription with this acknowledgment mode are automatically acknowledged.

See Also
EFTL.PROPERTY_ACKNOWLEDGE_MODE
readonly String TIBCO.EFTL.AcknowledgeMode.CLIENT = "client"
static

Client acknowledgment mode.

Messages consumed from a subscription with this acknowledgment mode require explicit acknowledgment by calling either the {see cref="IConnection.Acknowledge"/> or {see cref="IConnection.AcknowledgeAll"/> method.

The eFTL server will stop delivering messages to the client once the server's configured maximum unacknowledged messages is reached.

See Also
EFTL.PROPERTY_ACKNOWLEDGE_MODE
readonly String TIBCO.EFTL.AcknowledgeMode.NONE = "none"
static

None acknowledgment mode.

Messages consumed from a subscription with this acknowledgment mode do not require acknowledgment.

See Also
EFTL.PROPERTY_ACKNOWLEDGE_MODE