poundifdef / smoothmq

An improved drop-in replacement for SQS
https://www.smoothmq.com
GNU Affero General Public License v3.0
2.04k stars 35 forks source link

ChangeMessageVisibility not implemented #25

Open sundbry opened 1 month ago

sundbry commented 1 month ago

Stack trace from the Java AWS client when calling ChageMessageVisibility:

com.amazonaws.services.sqs.model.UnsupportedOperationException: SQS method AmazonSQS.ChangeMessageVisibility not implemented (Service: AmazonSQS; Status Code: 400; Error Code: UnsupportedOper
ation; Request ID: null; Proxy: null)

This would be good to have for completeness of the SQS protocol. I am using this as a "negative acknowledgement" for a message handler.

poundifdef commented 1 month ago

Branch for this update https://github.com/poundifdef/smoothmq/tree/sqs-ChangeMessageVisibility