Class MessageManagerConfiguration
- Namespace
- AWS.Messaging.Configuration
- Assembly
- AWS.Messaging.dll
Internal configuration for a DefaultMessageManager
public class MessageManagerConfiguration
- Inheritance
-
MessageManagerConfiguration
Remarks
Currently this closely mirrors SQSMessagePollerConfiguration, but could be expanded if we allow message managers to be configured independently of their poller(s)
Properties
SupportExtendingVisibilityTimeout
Indicates whether extending message visibility timeout is supported.
public bool SupportExtendingVisibilityTimeout { get; set; }