system_design_interview/toc/04_distributed_message_queue/step2/message_models

message_models

dz / system_design_interview / toc / 04_distributed_message_queue / step2 / message_models

Node Tree

Nodes

point_to_point
content Point-to-point: a message is sent to a queue and consumed by one and only one consumer
parents system_design_interview/toc/04_distributed_message_queue/step2/message_models, system_design_interview/glossary/consumer_group, publish_subscribe
location knowledge/system_design_interview.dz:101

publish_subscribe
content Publish-subscribe
children point_to_point (While the design could simulate a point-to-point,model, its capabilities map more naturally to,the publish-subscribe model)
parents system_design_interview/toc/04_distributed_message_queue/step2/message_models, system_design_interview/glossary/topic, system_design_interview/glossary/publish_subscribe
location knowledge/system_design_interview.dz:113