Java org.springframework.integration.amqp.outbound AsyncAmqpOutboundGateway fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.amqp.outbound AsyncAmqpOutboundGateway fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.amqp.outbound AsyncAmqpOutboundGateway.

The text is from its open source code.

Constructor

Method

voidafterPropertiesSet()
voidhandleMessage(Message messageArg)
voidsetBeanFactory(BeanFactory beanFactory)
voidsetConfirmAckChannel(MessageChannel ackChannel)
Set the channel to which acks are send (publisher confirms).
voidsetConfirmCorrelationExpressionString(String confirmCorrelationExpression)
Set a SpEL expression to evaluate confirm correlation at runtime.
voidsetConfirmNackChannel(MessageChannel nackChannel)
Set the channel to which nacks are send (publisher confirms).
voidsetExchangeName(String exchangeName)
Configure an AMQP exchange name for sending messages.
voidsetOutputChannel(MessageChannel outputChannel)
voidsetRequiresReply(boolean requiresReply)
Flag whether a reply is required.
voidsetReturnChannel(MessageChannel returnChannel)
Set the channel to which returned messages are sent.
voidsetRoutingKey(String routingKey)
Configure an AMQP routing key for sending messages.
voidstart()