Convert the given Object to serialized form, possibly using a
{@link hunt.stomp.converter.MessageConverter},
wrap it as a message, apply the given post processor, and send
the resulting message to a default destination.
@param payload the Object to use as payload
@param postProcessor the post processor to apply to the message
Convert the given Object to serialized form, possibly using a {@link hunt.stomp.converter.MessageConverter}, wrap it as a message, apply the given post processor, and send the resulting message to a default destination. @param payload the Object to use as payload @param postProcessor the post processor to apply to the message