A super efficient Amazon SQS thread based message processor for Ruby. This project is in MAINTENANCE MODE. Reach me out on Slack link on the description if you want to become a new maintainer.
Other
2.06k
stars
280
forks
source link
Message attribute list values in SendMessageBatch operation are not supported. (Aws::SQS::Errors::UnsupportedOperation) #769
This include the attributes string_list_values=[] and binary_list_values=[], that not are supported when try to send message to the sqs queue using shoryuken sqs dump or shoryuken sqs mv commands
The latest versions of aws-sdk-core (3.196.1) and aws-sdk-sqs (1.70.0) break Shoryuken's
shoryuken sqs dump
andshoryuken sqs mv
commandsMore details:
This bug is related to new attributes
StringListValues
andBinaryListValues
not implemented of the Amazon Simple Queue ServiceExample of Shoryuken::Message
This include the attributes string_list_values=[] and binary_list_values=[], that not are supported when try to send message to the sqs queue using
shoryuken sqs dump
orshoryuken sqs mv
commandsSee https://github.com/aws/aws-sdk-ruby/discussions/3035