Package | Description |
---|---|
org.springframework.jms.support |
This package provides generic JMS support classes,
to be used by higher-level classes like JmsTemplate.
|
org.springframework.messaging.simp |
Generic support for Simple Messaging Protocols including protocols such as STOMP.
|
org.springframework.messaging.simp.stomp |
Generic support for simple messaging protocols (like STOMP).
|
Modifier and Type | Class and Description |
---|---|
class |
JmsMessageHeaderAccessor
A
MessageHeaderAccessor
implementation giving access to JMS-specific headers. |
Modifier and Type | Class and Description |
---|---|
class |
SimpMessageHeaderAccessor
A base class for working with message headers in simple messaging protocols that
support basic messaging patterns.
|
Modifier and Type | Class and Description |
---|---|
class |
StompHeaderAccessor
A
MessageHeaderAccessor to use when creating a Message from
a decoded STOMP frame, or when encoding a Message to a STOMP frame. |