In my Aws SQS Fifo queue I have:
A,
B,
C1, C2, C3, C4, C5, ... ,C100
D
What I would like to do is process in order exactly A, B, Cn and D but C can be consumed parallel.
Is there a way to guarantee the order of consuming by providing parallelism for C groups?