Click or drag to resize
PoolFactorySetSubscriptionMessageTrackingTimeout Method
Sets the messageTrackingTimeout attribute which is the time-to-live period, in milliseconds, for subscription events the client has received from the server.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public PoolFactory SetSubscriptionMessageTrackingTimeout(
	int messageTrackingTimeout
)

Parameters

messageTrackingTimeout
Type: SystemInt32

Return Value

Type: PoolFactory
Exceptions
ExceptionCondition
throws IllegalArgumentException if messageTrackingTimeout is less than or equal to 0.
Remarks
It's used to minimize duplicate events. Entries that have not been modified for this amount of time are expired from the list.
See Also