laravel-plain-sqs icon indicating copy to clipboard operation
laravel-plain-sqs copied to clipboard

Custom SQS connector for Laravel (or Lumen) that supports third-party, plain JSON messages

Results 30 laravel-plain-sqs issues
Sort by recently updated
recently updated
newest added

We can easily dispatch laravel's existing job to sync driver. If I'd like to use sync driver during testing, is that possible?

The composer.json change was only changed for studio package support on the fork. You can ignore.

How would I configure laravel-plain-sqs if I want to listen to one particular queue, but send to another?

Hey there, I am trying to handle XML data in the body of a payload from the queue: ``` array ( 'MessageId' => 'XXX', 'ReceiptHandle' => 'XXX', 'MD5OfBody' => 'XXX',...

Hi! @dusterio is there any possibilities we can have a discussion about your package? I am actively using it and had to basically review how queues work on Laravel because...

In the LaravelServiceProvider::boot() there is a handler for the JobProcessed event which deletes the job from the queue. Currently this is done without any conditions, even if the project uses...

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...