uecode / qpush-bundle

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

Add support for AWS SQS new FIFO type queue #117

Closed davidedonattini closed 7 years ago

scrutinizer-notifier commented 7 years ago

The inspection completed: No new issues

tlfbrito commented 7 years ago

👍

mumia commented 7 years ago

👍

mumia commented 7 years ago

This only seems to have the changes to send messages. There are also changes to the creation of the queue itself:

Also there is an ability to generate the MessageDeduplicationId automatically (if not supplied) based on the content with the creation attribute ContentBasedDeduplication

kcassam commented 7 years ago

👍

k-k commented 7 years ago

Sorry for the delay - merged! Will get a new tag out.

tlfbrito commented 7 years ago

@kmfk This implementation seems to have a problem on the queue creation as @mumia mention. Check his PR https://github.com/uecode/qpush-bundle/pull/120

k-k commented 7 years ago

@tiagobrito Taking a look and will get things merged together