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