Extends {@link MessageSendingOperations} and adds operations for sending messages to a destination specified as a (resolvable) string name.
@author Mark Fisher @author Rossen Stoyanchev @since 4.0 @param (T) the destination type @see DestinationResolver
Resolve the given destination name to a destination and send a message to it. @param destinationName the destination name to resolve @param message the message to send
See Implementation
Extends {@link MessageSendingOperations} and adds operations for sending messages to a destination specified as a (resolvable) string name.
@author Mark Fisher @author Rossen Stoyanchev @since 4.0 @param (T) the destination type @see DestinationResolver