Description
Please allow in AmazonSqsTransport / Connection for stamping messages with messageGroupId as described in https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-fair-queues.html
We already have AmazonSqsFifoStamp for stamping messages with message group ID. What is missing is the ability to allow messageGroupId to be set from that stamp independently of queue type.
We may just implement this as a special case for non-fifo queues and take only Message Group Id from stamp.
Or create a new stamp type that allows setting Message Group ID in the same way AmazonSqsFifoStamp does.
Example
No response