You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
api is calling internally isS3ReceiptHandle(receiptHandle) which will always return false as receiptHandle does not contain
receiptHandle.contains(SQSExtendedClientConstants.S3_BUCKET_NAME_MARKER)
&& receiptHandle.contains(SQSExtendedClientConstants.S3_KEY_MARKER);
payloadStore.deleteOriginalPayload(messagePointer) is called only when isS3ReceiptHandle returns true.
Sounds like bug. If not bug, please let me know how receiptHandle will contain requiredText while sending message from extendedClient
The text was updated successfully, but these errors were encountered:
api is calling internally isS3ReceiptHandle(receiptHandle) which will always return false as receiptHandle does not contain
receiptHandle.contains(SQSExtendedClientConstants.S3_BUCKET_NAME_MARKER)
&& receiptHandle.contains(SQSExtendedClientConstants.S3_KEY_MARKER);
payloadStore.deleteOriginalPayload(messagePointer) is called only when isS3ReceiptHandle returns true.
Sounds like bug. If not bug, please let me know how receiptHandle will contain requiredText while sending message from extendedClient
The text was updated successfully, but these errors were encountered: