@ProviderType
public static interface SolaceConstants.ReceiverConstants
static final String PERSISTENT_RECEIVER_AUTO_ACK
SolaceProperties.ReceiverProperties.PERSISTENT_MESSAGE_ACK_STRATEGY
.
This constant represents a strategy for the auto-acknowledgement of messages.static final String PERSISTENT_RECEIVER_CLIENT_ACK
SolaceProperties.ReceiverProperties.PERSISTENT_MESSAGE_ACK_STRATEGY
.
This constant represents a strategy for the manual acknowledgement of messages by the client.
This is a default acknowledgement strategy.static final String PERSISTENT_RECEIVER_CREATE_ON_START_MISSING_RESOURCES
SolaceProperties.ReceiverProperties.PERSISTENT_MISSING_RESOURCE_CREATION_STRATEGY
.
This constant represents a strategy that tries to create all potentially missing resources
(i.e., queues) on a broker when the receiver starts.static final String PERSISTENT_RECEIVER_DO_NOT_CREATE_MISSING_RESOURCES
SolaceProperties.ReceiverProperties.PERSISTENT_MISSING_RESOURCE_CREATION_STRATEGY
.
This constant represents a strategy to avoid the creation of any potentially missing
resources (i.e., queues) on a broker.static final String PERSISTENT_REPLAY_ALL
SolaceProperties.ReceiverProperties.PERSISTENT_MESSAGE_REPLAY_STRATEGY
that represents a replay strategy to get all messages.static final String PERSISTENT_REPLAY_REPLICATION_GROUP_MESSAGE_ID_BASED
SolaceProperties.ReceiverProperties.PERSISTENT_MESSAGE_REPLAY_STRATEGY
that represents a replay strategy to trigger replay after message with a particular
replication group message idstatic final String PERSISTENT_REPLAY_TIME_BASED
SolaceProperties.ReceiverProperties.PERSISTENT_MESSAGE_REPLAY_STRATEGY
that represents a replay strategy to trigger replay after a specified time point.static final String RECEIVER_BACK_PRESSURE_STRATEGY_DROP_LATEST
SolaceProperties.ReceiverProperties.DIRECT_BACK_PRESSURE_STRATEGY
. This
constant represents a strategy for back-pressure that drops the latest messages when the
buffer is full.static final String RECEIVER_BACK_PRESSURE_STRATEGY_DROP_OLDEST
SolaceProperties.ReceiverProperties.DIRECT_BACK_PRESSURE_STRATEGY
. This
constant represents a strategy for back-pressure that drops the oldest messages when the
buffer is full.static final String RECEIVER_BACK_PRESSURE_STRATEGY_ELASTIC
SolaceProperties.ReceiverProperties.DIRECT_BACK_PRESSURE_STRATEGY
. This
constant represents a strategy for back-pressure with an unbounded and unlimited capacity
buffer.Copyright 2019-2024 Solace Corporation. All rights reserved.