SimpMessageType

A generic representation of different kinds of messages found in simple messaging protocols like STOMP.

@author Rossen Stoyanchev @since 4.0

Values

ValueMeaning
CONNECT
CONNECT_ACK
MESSAGE
SUBSCRIBE
UNSUBSCRIBE
HEARTBEAT
DISCONNECT
DISCONNECT_ACK
OTHER

Meta