This repository has been archived by the owner on Nov 29, 2022. It is now read-only.
[0.17.6] - 2020-02-20
[0.17.6] - 2020-02-20
Add
- Add Function
getQueueAttributes
and DtoSqsQueueAttributeDto
inSqsService
Fixed
- Fix Function
sendMessage
that doesn't contain delay time in param to send message to use default value
:If you don't specify a value, the default value for the queue applies.
: https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-sqs-2012-11-05.html#sendmessage
Removed
- Removed fourth param
delay_seconds
from functionsendMessage
: ref #Fixed-01