AWS event Bridge

0

Hi, Just want to check that by default in event bridge events are Processed in FIFO order. Can you please guide me how to change the priority/order of the event?

Regards JO

asked 2 years ago1314 views
2 Answers
0
Accepted Answer

Amazon EventBridge does not guarantee the order of the events. It also does not support priorities. There are other native services that do support order, such as SQS FIFO queues or Kinesis Data Streams. None of them support priorities.

profile pictureAWS
EXPERT
Uri
answered 2 years ago
profile picture
EXPERT
reviewed 24 days ago
0

It appears you are applying concepts from a message queue system to Event Bridge. You can think of each event as a unique thing, that will follow the rules and be sent to the targets you wish. If this doesn't work for your use case, you can consider Amazon Simple Queue Service or Amazon MQ.

profile pictureAWS
answered 2 years ago
profile picture
EXPERT
reviewed 24 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions