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
I am able to send one sqs message but not more than that.
Failure Information (for bugs)
RESERVED_ATTRIBUTE_NAME.value
sqs.send_message(AWS_SQS_QUEUE_URL,message[0])
Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/python3.6/dist-packages/pysqs_extended_client/SQSClientExtended.py", line 208, in send_message
raise ValueError("Message attribute name {} is reserved for use by SQS extended client.".format(SQSExtendedClientConstants.RESERVED_ATTRIBUTE_NAME.value))
ValueError: Message attribute name SQSLargePayloadSize is reserved for use by SQS extended client.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
from pysqs_extended_client.SQSClientExtended import SQSClientExtended
sqs = SQSClientExtended(None,None,None, loc)
sqs.send_message(AWS_SQS_QUEUE_URL,message[0])
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
Firmware Version:
Operating System:
package version:
Failure Logs
Please include any relevant log snippets or files here.
The text was updated successfully, but these errors were encountered:
Expected Behavior
I would like to send multiple sqs messages
Current Behavior
I am able to send one sqs message but not more than that.
Failure Information (for bugs)
RESERVED_ATTRIBUTE_NAME.value
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
Failure Logs
Please include any relevant log snippets or files here.
The text was updated successfully, but these errors were encountered: