uecode / qpush-bundle

Asynchronous processing for Symfony using Push Queues
qpush-bundle.readthedocs.org
Apache License 2.0
168 stars 54 forks source link

Fix invalid SNS topic names with FIFO SQS queues #124

Closed francoispluchino closed 7 years ago

francoispluchino commented 7 years ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets ~
License MIT
Doc PR ~

The AWS SQS queue with the enabled FIFO option requires the suffix .fifo for the queue name. However, the SNS topic (for push notification) doesn't accept the points for the topic name.

This PR fix this bug.

scrutinizer-notifier commented 7 years ago

The inspection completed: No new issues