What is STOMP Protocol?
date
Jan 25, 2024
slug
stomp-protocal
status
Published
tags
PROTOCAL
summary
type
Post
STOMP Protocal
STOMP stands for Simple Text Oriented Message Protocal. It is layer seven(L7, Application layer) protocal built on top of TCP/IP.
It provides a interoperable wire format that allows any clients to communicate to any message broker server supporting the protocal.
Commands
- CONNECT
- SEND
- SUBSCRIBE
- UNSUBSCRIBE
- BEGIN
- COMMIT
- ABORT
- ACK
- NACK
- DISCONNECT