Skip to content

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 3 years ago1.8K 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.

AWS
EXPERT
answered 3 years ago
EXPERT
reviewed a year 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.

AWS
answered 3 years ago
EXPERT
reviewed a year 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.