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

Queue names are not case sensitive #28

Closed sundbry closed 1 month ago

sundbry commented 1 month ago

According to the SQS documentation, queue names should be case sensitive. However, during testing it appears they are all converted to lowercase.

CreateQueue

QueueName The name of the new queue. The following limits apply to this name: A queue name can have up to 80 characters. Valid values: alphanumeric characters, hyphens (-), and underscores (_). A FIFO queue name must end with the .fifo suffix. Queue URLs and names are case-sensitive.

poundifdef commented 1 month ago

Makes sense, thanks for flagging.

poundifdef commented 1 month ago

Fixed in 7c902df79dfc0bf75a9a41819f3e96e343369d11 and e1fa1b7c511348625eb1f51415f54e5f15a0a3c2