Convert the given Object to serialized form, possibly using a
{@link hunt.stomp.converter.MessageConverter},
wrap it as a message with the given headers and send it to
the given destination.
@param destination the target destination
@param payload the Object to use as payload
@param headers headers for the message to send
Convert the given Object to serialized form, possibly using a {@link hunt.stomp.converter.MessageConverter}, wrap it as a message with the given headers and send it to the given destination. @param destination the target destination @param payload the Object to use as payload @param headers headers for the message to send