public class AmqpOutboundChannelAdapterSpec extends AmqpOutboundEndpointSpec<AmqpOutboundChannelAdapterSpec>
expectReplyheaderMapper| Modifier | Constructor and Description |
|---|---|
protected |
AmqpOutboundChannelAdapterSpec(org.springframework.amqp.core.AmqpTemplate amqpTemplate) |
| Modifier and Type | Method and Description |
|---|---|
AmqpOutboundChannelAdapterSpec |
multiSend(boolean multiSend)
If true, and the message payload is an
Iterable of Message,
send the messages in a single invocation of the template (same channel) and optionally
wait for the confirms or die. |
mappedReplyHeaders, waitForConfirmconfirmAckChannel, confirmCorrelationExpression, confirmCorrelationExpression, confirmCorrelationFunction, confirmNackChannel, confirmTimeout, defaultDeliveryMode, delay, delayExpression, delayExpression, delayFunction, errorMessageStrategy, exchangeName, exchangeNameExpression, exchangeNameExpression, exchangeNameFunction, headerMapper, headersMappedLast, lazyConnect, mappedRequestHeaders, returnChannel, routingKey, routingKeyExpression, routingKeyExpression, routingKeyFunction_this, createInstance, destroyInstance, doGet, get, getId, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopprotected AmqpOutboundChannelAdapterSpec(org.springframework.amqp.core.AmqpTemplate amqpTemplate)
public AmqpOutboundChannelAdapterSpec multiSend(boolean multiSend)
Iterable of Message,
send the messages in a single invocation of the template (same channel) and optionally
wait for the confirms or die.multiSend - true to send multiple messages.