Class SQSPublisherConfiguration
- Namespace
- AWS.Messaging.Configuration
- Assembly
- AWS.Messaging.dll
SQS implementation of IMessagePublisherConfiguration
public class SQSPublisherConfiguration : IMessagePublisherConfiguration
- Inheritance
-
SQSPublisherConfiguration
- Implements
Constructors
SQSPublisherConfiguration(string?)
Creates an instance of SQSPublisherConfiguration.
public SQSPublisherConfiguration(string? queueUrl)
Parameters
queueUrl
stringThe SQS Queue URL. If the queue URL is null, a message-specific queue URL must be specified on the SQSOptions when sending a message.
Properties
PublisherEndpoint
Retrieves the SQS Queue URL which the publisher will use to route the message.
public string? PublisherEndpoint { get; set; }
Property Value
Remarks
If the queue URL is null, a message-specific queue URL must be specified on the SQSOptions when sending a message.