Example usage for org.springframework.messaging.core DestinationResolvingMessageReceivingOperations interface-usage

List of usage examples for org.springframework.messaging.core DestinationResolvingMessageReceivingOperations interface-usage

Introduction

In this page you can find the example usage for org.springframework.messaging.core DestinationResolvingMessageReceivingOperations interface-usage.

Usage

From source file org.springframework.cloud.aws.messaging.core.QueueMessagingTemplate.java

/**
 * <b>IMPORTANT</b>: For the message conversion this class always tries to first use the {@link StringMessageConverter}
 * as it fits the underlying message channel type. If a message converter is set through the constructor then it is
 * added to a composite converter already containing the {@link StringMessageConverter}.
 * If {@link QueueMessagingTemplate#setMessageConverter(MessageConverter)} is used, then the {@link CompositeMessageConverter}
 * containing the {@link StringMessageConverter} will not be used anymore and the {@code String} payloads are also going