iain / fake_sqs

Provides a fake SQS server that you can run locally to test against
MIT License
292 stars 103 forks source link

Allow attributes to be set on queue creation #27

Open greysteil opened 8 years ago

greysteil commented 8 years ago

That. Current implementation here assumes these will be passed as a nice hash with the name Attributes, but unfortunately they're not. This implementation instead borrows from FakeSQS::Actions::SetQueueAttributes.