Question 254:
Your development team requires a message to be consumed by multiple consumers in an application. You also need to ensure that the metadata can be sent along with the messages. Which of the following would you implement for this purpose?
Answer options:
A.Implement as SNS topic and use different endpoints for the different types of metadata. B.Use SQS queues and create different queues for the different type of metadata. C.Use a FIFO SQS queue to maintain order of messages and fan them out. D.Use an SNS topic and add message attributes to the messages.