[][src]Module romp::message::stomp_message

Contains the StompMessage struct that is passed to all filters. This struct is also used internally to store messages in queues and topics, and in mq a connection specific queue or pending messages.

Structs

Header
StompMessage

StompMessage is a command, a list of headers, and a body (typically text can be binary) Can be an incoming message or outgoing message. Typically StompMessage represents a STOMP protocol message but is also used to represent HTTP requests and responses.

Enums

MessageType
Ownership

These ownership flags are copied from xtomp and are indicative of use but not validated or required.

StompCommand