MessageSendingOperations.convertAndSend

Convert the given Object to serialized form, possibly using a {@link hunt.stomp.converter.MessageConverter}, wrap it as a message with the given headers, apply the given post processor, and send the resulting message 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 @param postProcessor the post processor to apply to the message

Meta