SqsOptions
class
Namespace: Orleans.Configuration
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
public class SqsOptionsConstructors
Properties
ConnectionStringSpecifies the connection string to use for connecting to SQS.FifoQueueConfigures the provider to use Amazon SQS FIFO queues and preserve ordering per stream.ReceiveMessageAttributesSpecifies which application-defined message attributes are retrieved with each message.ReceiveMessageSystemAttributesSpecifies which Amazon SQS system attributes are retrieved with each message.ReceiveWaitTimeSecondsThe optional duration to long-poll for new SQS messages.VisibilityTimeoutSecondsThe visibility timeout begins when Amazon SQS returns a message. During this time, the consumer processes and deletes the message. However, if the consumer fails before deleting the message and your system doesn't call the DeleteMessage action for that message before the visibility timeout expires, the message becomes visible to other consumers and the message is received again. If a message must be received only once, your consumer should delete it within the duration of the visibility timeout.
