laravel / framework

The Laravel Framework.
https://laravel.com
MIT License
32.69k stars 11.05k forks source link

[11.x] SqsQueue pushRaw options: pass to sendMessage #53506

Closed Niush closed 2 weeks ago

Niush commented 2 weeks ago

Recently, I needed to send raw message to AWS SQS. The pushRaw method in SqsQueue accepted $options, but, it was not being used.

This tiny PR simply passes this $options to AWS SqsClient's sendMessage() function.

SendMessage accepts MessageGroupId, MessageDeduplicationId, DelaySeconds, and much more.

github-actions[bot] commented 2 weeks ago

Thanks for submitting a PR!

In order to review and merge PRs most efficiently, we require that all PRs grant maintainer edit access before we review them. For information on how to do this, see the relevant GitHub documentation. Additionally, GitHub doesn't allow maintainer permissions from organization accounts. Please resubmit this PR from a personal GitHub account with maintainer permissions enabled.