From 211a535b38df2190c58ff218f19077720dc90b85 Mon Sep 17 00:00:00 2001 From: keesh54 Date: Mon, 26 Dec 2022 14:47:12 +0500 Subject: [PATCH] fixed typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b957eb..3dc980b 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Applications, also called as "Producers", "Publishers" register logical blocks o Workers, also called "Consumers" consume these "task" and optionally store any results to a "message backend". The broker (task queue) receives tasks encapsulated as messages from "producers" and routes them to "consumers". -But managing messages is not as simple as storing them in a data sotre as aqueue. +But managing messages is not as simple as storing them in a data store as a queue. Suppose that a number of messages sent and dispatched by large number of producers and workers. We have to consider below. - Detecting poison messages