Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow sqs create FIFO queues #419

Merged
merged 9 commits into from
Jul 30, 2017
Merged

Conversation

phstc
Copy link
Collaborator

@phstc phstc commented Jul 30, 2017

Allow creating FIFO queues via CLI.

For creating FIFO queues using the SDK, besides passing the extension .fifo, it's required to set the attribute FifoQueue: true, otherwise it fails.

This fix auto set FifoQueue: truewhen the queue name ends with .fifo, and besides that, it also add supports for passing custom attributes for creating queues.

shoryuken sqs create  test4.fifo -a=DelaySeconds:30 VisibilityTimeout:600

@phstc phstc force-pushed the feature/allow-sqs-create-fifo-queues branch from 42af071 to f896cb6 Compare July 30, 2017 12:43
@phstc phstc force-pushed the feature/allow-sqs-create-fifo-queues branch from f896cb6 to 0679bec Compare July 30, 2017 12:45
@phstc phstc force-pushed the feature/allow-sqs-create-fifo-queues branch from 079bb26 to 3ac30a4 Compare July 30, 2017 14:33
@phstc phstc force-pushed the feature/allow-sqs-create-fifo-queues branch from 3ac30a4 to db80a97 Compare July 30, 2017 14:37
@phstc phstc merged commit 9546c16 into master Jul 30, 2017
@phstc phstc deleted the feature/allow-sqs-create-fifo-queues branch July 30, 2017 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant