- Connection
- InvalidQueueMessageException
- NoChannelFoundException
- NoClientsSetException
- SqsClientNullException
- UnableToLocateQueueException
MQContract.AmazonSNQS
This is the MessageServiceConnection implementation for using Amazon SNS/SQS
Default constructor
This constructor has no parameters.
The maximum message body size allowed, defaults to 256Kb
Houses the SNSClient that was supplied to the connection, this is used for access wrt administration and other items
Houses the SQSClient that was supplied to the connection, this is used for access wrt administration and other items
MQContract.AmazonSNQS
Thrown when the Message recieved from a Queue is not of the excepted format
MQContract.AmazonSNQS
Thrown when a public call is attempted but it is unable to locate a topic or queue for the given channel name
The channel that was unable to be translated to a topic or queue
MQContract.AmazonSNQS
Thrown when a publish call is attempted but you have not supplied either of the connection clients
MQContract.AmazonSNQS
Thrown when an attempt to create a subscription occurs but the SQSClient is null
MQContract.AmazonSNQS
Thrown when the queue for a subscription request cannot be found