AmazonSQSConstants

A set of constants for SimpleMessageBus instances backed by Amazon SQS.

Syntax

public static class AmazonSQSConstants

Inheritance

Fields

CompletedQueueAttribute

public const string CompletedQueueAttribute = "%CompletedQueueName%"
The WebJobs attribute name for the name of the completed messages queue.

Returns

string

PoisonQueueAttribute

public const string PoisonQueueAttribute = "%PoisonQueueName%"
The WebJobs attribute name for the name of the poison messages queue.

Returns

string

QueueTriggerAttribute

public const string QueueTriggerAttribute = "%QueueName%"
The WebJobs attribute name for the name of the queue triggers.

Returns

string