This commit is contained in:
Stephane Nicoll
2015-01-01 11:42:00 +01:00
parent a79fe25917
commit 6790f55667

View File

@@ -39041,7 +39041,7 @@ framework-specific, or a standard messaging protocol.
Spring Framework provides support for using
http://stomp.github.io/stomp-specification-1.2.html#Abstract[STOMP] -- a simple, messaging protocol
originally created for use in scripting languages with frames inspired
by HTTP. STOMP is widely support and well suited for use over
by HTTP. STOMP is widely supported and well suited for use over
WebSocket and over the web.