A "simple" message broker that recognizes the message types defined in {@link SimpMessageType}, keeps track of subscriptions with the help of a {@link SubscriptionRegistry} and sends messages to subscribers.
See Source File