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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidafterPropertiesSet()
voidsetApplicationContext(ApplicationContext applicationContext)
voidsetBeanFactory(BeanFactory beanFactory)
voidsetDefaultDeliveryMode(MessageDeliveryMode defaultDeliveryMode)
Set the default delivery mode.
voidsetExchangeName(String exchangeName)
Configure an AMQP exchange name for sending messages.
voidsetExpectReply(boolean expectReply)
voidsetHeaderMapper(AmqpHeaderMapper headerMapper)
Set a custom AmqpHeaderMapper for mapping request and reply headers.
voidsetLazyConnect(boolean lazyConnect)
Set to false to attempt to connect during endpoint start; default true , meaning the connection will be attempted to be established on the arrival of the first message.
voidsetOutputChannel(MessageChannel outputChannel)
voidsetRoutingKey(String routingKey)
Configure an AMQP routing key for sending messages.
voidsetRoutingKeyExpression(Expression routingKeyExpression)
voidstart()
voidstop()