MessageSendingOperations.convertAndSend

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

Meta