spring-framework / org.springframework.jms.core / JmsMessageOperations / send

send

abstract fun send(destinationName: String, message: Message<*>): Unit

Send a message to the given destination.

Parameters

destinationName - the name of the target destination

message - the message to send