[][src]Module romp::message

STOMP message representation and utils for generating responses and serialing STOMP messages.

Modules

request
response

Contains canned responses.

serializer

Contains code for serializing StompMessage instances to memroy, either for delivery over the network or to the file system.

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.