public class SqsOperationsImpl extends Object implements SqsOperations
| Constructor and Description |
|---|
SqsOperationsImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.amazonaws.services.sqs.model.SendMessageResult |
sendMessage(String queueName,
String messageText,
Map<String,com.amazonaws.services.sqs.model.MessageAttributeValue> messageAttributes,
com.amazonaws.services.sqs.AmazonSQS amazonSQS)
Delivers a message to the specified queue.
|
public com.amazonaws.services.sqs.model.SendMessageResult sendMessage(String queueName, String messageText, Map<String,com.amazonaws.services.sqs.model.MessageAttributeValue> messageAttributes, com.amazonaws.services.sqs.AmazonSQS amazonSQS)
SqsOperationssendMessage in interface SqsOperationsqueueName - the name of the Amazon SQS queue to which a message is sentmessageText - the text of the messagemessageAttributes - the optional SQS message attributesamazonSQS - the client for accessing AWS SQSCopyright © 2019. All rights reserved.