The SQS Message handler does not set the AWS `messageID` to the message ID can we add ``` $message->setMessageId( $sqsMessage['MessageId'] ); ``` to the `SqsConsumer` `convertMessage()` method ? Thanks Ben