sqs-queue-bundle icon indicating copy to clipboard operation
sqs-queue-bundle copied to clipboard

Simple SQS Queue Bundle for Symfony

Results 9 sqs-queue-bundle issues
Sort by recently updated
recently updated
newest added

In case the worker is run as a CLI command and an exception is thrown, the `$error` property storing the message can never be reset leading to false reports in...

Reference https://symfony.com/doc/current/service_container.html#choose-a-specific-service

Documentation

This exposes the MessageAttributes which are different than the message Attributes when receiving messages https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_Message.html

While configuring the bundle, a worker MUST be defined in queue configuration. It should be possible to use the bundle just for publishing messages without the worker. Consider the use-case:...

enhancement

Currently, this bundle supports to enable Redrive policy to use Dead Letter Queue, but that part is missing in documentation.

Documentation

Hi, Currently i need this feature http://docs.aws.amazon.com/aws-sdk-php/v3/api/api-sqs-2012-11-05.html#sendmessagebatch in project, it is really helpful if your bundle can support this

enhancement