An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different
languages like Ruby, Python, PHP, C etc.
Sets the maximum number of bytes that the data portion of a STOMP frame is allowed to
be, any incoming STOMP frame with a data section larger than this value will receive
an error response.
The StompTransportFilter normally sits on top of a TcpTransport that has been
configured with the StompWireFormat and is used to convert STOMP commands to
ActiveMQ commands.