Download the PHP package symfony/amazon-sqs-messenger without Composer
On this page you can find all versions of the php package symfony/amazon-sqs-messenger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download symfony/amazon-sqs-messenger
More information about symfony/amazon-sqs-messenger
Files in symfony/amazon-sqs-messenger
Download symfony/amazon-sqs-messenger
More information about symfony/amazon-sqs-messenger
Files in symfony/amazon-sqs-messenger
Vendor symfony
Package amazon-sqs-messenger
Short Description Symfony Amazon SQS extension Messenger Bridge
License MIT
Homepage https://symfony.com
Package amazon-sqs-messenger
Short Description Symfony Amazon SQS extension Messenger Bridge
License MIT
Homepage https://symfony.com
Please rate this library. Is it a good library?
Informations about the package amazon-sqs-messenger
Amazon SQS Messenger
Provides Amazon SQS integration for Symfony Messenger.
Available stamps
-
Symfony\Component\Messenger\Bridge\AmazonSqs\Transport\AmazonSqsFifoStamp- Use with FIFO queues (queue name ends with
.fifo). - Set per-message "Message group ID" and optional "Message deduplication ID".
- If both FIFO and FairQueue stamps are present, FIFO takes precedence.
- Use with FIFO queues (queue name ends with
-
Symfony\Component\Messenger\Bridge\AmazonSqs\Transport\AmazonSqsFairQueueStamp- Enables fair queue processing on standard queues by setting
MessageGroupId. - Use a tenant/group identifier to balance processing across groups.
- Has no effect on FIFO queues. Ignored when FIFO stamp is present.
- Enables fair queue processing on standard queues by setting
-
Symfony\Component\Messenger\Bridge\AmazonSqs\Transport\AmazonSqsXrayTraceHeaderStamp- Adds an AWS X-Ray
TraceIdto the outgoing SQS message attributes.
- Adds an AWS X-Ray
Symfony\Component\Messenger\Bridge\AmazonSqs\Transport\AmazonSqsReceivedStamp- Carries the SQS
ReceiptHandle/message identifier for received messages.
- Carries the SQS
Notes
-
Middleware:
Symfony\Component\Messenger\Bridge\AmazonSqs\Middleware\AddFifoStampMiddleware- If the message implements
MessageDeduplicationAwareInterface, the middleware addsAmazonSqsFifoStampand sets the deduplication ID. - If the message implements
MessageGroupAwareInterface, the middleware sets the group ID on the stamp.
- If the message implements
- FIFO queues do not support per-message delay. Configure retry strategy with
delay: 0.
Sponsor
This package is looking for a backer.
Help Symfony by sponsoring its development!
Resources
All versions of amazon-sqs-messenger with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.4.1
async-aws/core Version ^1.7
async-aws/sqs Version ^1.0|^2.0
psr/log Version ^1|^2|^3
symfony/messenger Version ^8.1
symfony/service-contracts Version ^2.5|^3
async-aws/core Version ^1.7
async-aws/sqs Version ^1.0|^2.0
psr/log Version ^1|^2|^3
symfony/messenger Version ^8.1
symfony/service-contracts Version ^2.5|^3
The package symfony/amazon-sqs-messenger contains the following files
Loading the files please wait ...