[][src]Module romp::session

Code related to maintenance of the underlying TCP connection.

Modules

ecg

heart-beat functions.

filter

Code for filtering messages, (not workflow filters). xtomp stores messages pre-filtered which is faster but only supports simple filters romp runs the the filters on each message for each subscription which enables more elaborate filters. romp requires that the header names follow sanename.org package name restrictions

mq

Session specific message queue of StompMessages that are pending write.

stomp_session
subscription