Jump to content

STOMP: Difference between revisions

From cernipedia
Page created automatically by script
 
No edit summary
Line 1: Line 1:
Simple Text Oriented Message Protocol [[Category:Abbreviations]] [[Category:FAPlist]]
'''Simple (or Streaming) Text Oriented Message Protocol''' ('''STOMP'''), formerly known as TTMP, is a simple text-based protocol, designed for working with message-oriented middleware (MOM). It provides an interoperable wire format that allows STOMP clients to talk with any message broker supporting the protocol.
 
For more information, see [[wikipedia:Streaming Text Oriented Messaging Protocol|Wikipedia]]. 
[[Category:Abbreviations]] [[Category:FAPlist]]
[[Category:Pages linking to Wikipedia]]
[[Category:Computing]]

Revision as of 08:49, 24 April 2026

Simple (or Streaming) Text Oriented Message Protocol (STOMP), formerly known as TTMP, is a simple text-based protocol, designed for working with message-oriented middleware (MOM). It provides an interoperable wire format that allows STOMP clients to talk with any message broker supporting the protocol.

For more information, see Wikipedia.