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 a default destination. @param payload the Object to use as payload

Meta