Using a message broker with end user clients directly
问题 I want to find a way to implement push messages from a server to multiple end user clients with the same message. One of the options I found was to use a message broker and use it to implement the pub/sub pattern. What I'm not sure about is what supposed to be considered a consumer in such a scenario. What I thought that the general architecture is when using a message broker is: End user clients <----> Message broker <---> Server (The clients and server can also speak to one another on