Skip to main content

STOMP 1.2

STOMP 1.2 implementation for simple text-oriented messaging.

Features

  • Text-based Protocol
  • Simple Frame Structure
  • Heart-beating
  • Message Acknowledgments

Configuration

protocols:
stomp:
version: "1.2"
port: 61613
heart_beat: "10000,10000"