STOMP

Simple (or Streaming) Text Oriented Messaging Protocol. Lightweight, text-based wire protocol for message-oriented middleware. Widely used as an alternative front-end on brokers like Apache ActiveMQ, RabbitMQ, and HornetQ, especially from browser JavaScript clients via WebSocket.

API entry from apis.yml

apis.yml Raw ↑
name: STOMP
description: Simple (or Streaming) Text Oriented Messaging Protocol. Lightweight, text-based wire protocol
  for message-oriented middleware. Widely used as an alternative front-end on brokers like Apache ActiveMQ,
  RabbitMQ, and HornetQ, especially from browser JavaScript clients via WebSocket.
humanURL: https://stomp.github.io
tags:
- Protocol
- Messaging
- Text Based
properties:
- type: Portal
  url: https://stomp.github.io
- type: Specification
  url: https://stomp.github.io/stomp-specification-1.2.html