Update page 'Message Queue Endpoint'

master
Auke Sytsma 2020-03-01 10:19:52 +00:00
parent 5dfeab0474
commit 65e29d9745
1 changed files with 1 additions and 1 deletions

View File

@ -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: