Skip to content
Interview Prep
Home
System Design
Coding
Home
System Design
Coding
Topics
Quizzes
Guide
Questions
All quizzes
Message Queues
GeeksforGeeks: Message Queues - System Design
1 / 12
1-4 to answer · Arrow keys to navigate
What are the two main parts of a typical message structure in a message queue?
A
Envelope and payload — the envelope contains routing rules and the payload contains serialized binary data
B
Headers and body — headers contain metadata (ID, timestamp, type, routing info) and the body contains the actual payload
C
Key and value — the key is used for partitioning and the value holds the serialized message content
D
Topic and partition — the topic identifies the logical channel and the partition determines physical storage location
0 / 0 correct