Could we send a message to Amazon SQS "FIFO" queue using the Java-DSL syntax:
from("..")..to("aws-sqs://testSQSFifo.fifo?amazonSQSClient=#amazonSQSClient);
Keep in mind that: this is a FIFO queue, so it needs MessageGroupID and MessageDeduplicationID.