sqs-queue-bundle
sqs-queue-bundle copied to clipboard
Simple SQS Queue Bundle for Symfony
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
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:...
Currently, this bundle supports to enable Redrive policy to use Dead Letter Queue, but that part is missing in 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
Close #19