-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
guidanceQuestion that needs advice or information.Question that needs advice or information.
Description
Am I using the chain building in the wrong way?
/Library/Java/JavaVirtualMachines/jdk1.8.0_131
<aws.sdk.version>1.11.372</aws.sdk.version>
com.amazonaws.services.sqs.model.AmazonSQSException: The message attribute 'HTTPStatus' must contain non-empty message attribute type.
SendMessageRequest request = new SendMessageRequest()
.withQueueUrl(SQS_DEADLETTER_QUEUE)
.withMessageBody(new String(dataEvent))
.addMessageAttributesEntry("HTTPStatus",
new MessageAttributeValue().withStringValue(String.valueOf(sfmcDataEvents.getResponseCode())));
getSQSClient().sendMessage(request);
Metadata
Metadata
Assignees
Labels
guidanceQuestion that needs advice or information.Question that needs advice or information.