Encodes the given STOMP {@code message} into a {@code byte[]}. @param message the message to encode @return the encoded message
Encodes the given payload and headers into a {@code byte[]}. @param headers the headers @param payload the payload @return the encoded message
An encoder for STOMP frames.
@author Andy Wilkinson @author Rossen Stoyanchev @since 4.0 @see StompDecoder