public class AmqpOutboundChannelAdapterSpec extends AmqpOutboundEndpointSpec<AmqpOutboundChannelAdapterSpec>
expectReplyheaderMapperPARSER, targetloggerDEFAULT_PHASEOBJECT_TYPE_ATTRIBUTE| Modifier | Constructor and Description |
|---|---|
protected |
AmqpOutboundChannelAdapterSpec(AmqpTemplate amqpTemplate) |
| Modifier and Type | Method and Description |
|---|---|
AmqpOutboundChannelAdapterSpec |
multiSend(boolean multiSend)
|
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, stopafterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingletonprotected AmqpOutboundChannelAdapterSpec(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.