diff --git a/Message-Queue-Endpoint.md b/Message-Queue-Endpoint.md index 59921b5..6c757ea 100644 --- a/Message-Queue-Endpoint.md +++ b/Message-Queue-Endpoint.md @@ -17,7 +17,7 @@ Now, there are two things that external services can do. When the subscribed service temporarily disconnects from the broker, it will not recieve any messages, but the messages will remain stored at the broker. Depending on configuration, messages will be kept longer or shorter, or be deleted after they reach the subscribers but the intent is always to ensure the messages get from the **publisher** to the **subscriber**. -Setting applications up like this makes things a lot more flexible than connecting systems directly and provides a central point to manage the communication between applications. +Setting communication between applications up like this makes things a lot more flexible than connecting systems directly and provides a central point for management of all communication. #### What is protobuf? To quote the Google Documentation: