Processor.processor.Listener.on_before_message#

Listener.on_before_message(frame)#

Called by the STOMP connection before a message is returned to the client app. Returns a tuple containing the headers and body (so that implementing listeners can pre-process the content).

Parameters

frame (Frame) – the stomp frame