Uses of Class
org.springframework.integration.amqp.dsl.AmqpClientInboundGatewaySpec
Packages that use AmqpClientInboundGatewaySpec
Package
Description
Provides AMQP Component support for the Java DSL.
-
Uses of AmqpClientInboundGatewaySpec in org.springframework.integration.amqp.dsl
Subclasses with type arguments of type AmqpClientInboundGatewaySpec in org.springframework.integration.amqp.dslMethods in org.springframework.integration.amqp.dsl that return AmqpClientInboundGatewaySpecModifier and TypeMethodDescriptionAmqpClientInboundGatewaySpec.adviceChain
(Advice... advices) SetAdvice
instances to proxy message listener.AmqpClientInboundGatewaySpec.afterReceivePostProcessors
(MessagePostProcessor... afterReceivePostProcessors) AddMessagePostProcessor
instances to apply on just received messages.AmqpClientInboundGatewaySpec.autoSettle
(boolean autoSettle) Set tofalse
to propagate an acknowledgement callback into message headers for downstream flow manual settlement.AmqpClientInboundGatewaySpec.consumersPerQueue
(int consumersPerQueue) Each queue runs in its own consumer; set this property to create multiple consumers for each queue.AmqpClientInboundGatewaySpec.defaultRequeue
(boolean defaultRequeue) Set the default behavior when a message processing has failed.AmqpClientInboundGatewaySpec.gracefulShutdownPeriod
(Duration gracefulShutdownPeriod) Set a duration for how long to wait for all the consumers to shut down successfully on listener container stop.AmqpClientInboundGatewaySpec.headerMapper
(AmqpHeaderMapper headerMapper) Set anAmqpHeaderMapper
to map request and reply headers.static AmqpClientInboundGatewaySpec
AmqpClient.inboundGateway
(org.springframework.amqp.rabbitmq.client.AmqpConnectionFactory connectionFactory, String... queueNames) Create an initialAmqpClientInboundGatewaySpec
.AmqpClientInboundGatewaySpec.initialCredits
(int initialCredits) The initial number credits to grant to the AMQP receiver.AmqpClientInboundGatewaySpec.messageConverter
(@Nullable MessageConverter messageConverter) Set aMessageConverter
to replace the defaultSimpleMessageConverter
.AmqpClientInboundGatewaySpec.priority
(int priority) The consumer priority.AmqpClientInboundGatewaySpec.replyExchange
(String exchange) Set an exchange for publishing reply.AmqpClientInboundGatewaySpec.replyPostProcessor
(ReplyPostProcessor replyPostProcessor) Set anReplyPostProcessor
to modify reply AMQP message before producing.AmqpClientInboundGatewaySpec.replyQueue
(String queue) Set a queue for publishing reply.AmqpClientInboundGatewaySpec.replyRoutingKey
(String routingKey) Set a routing key for publishing reply.AmqpClientInboundGatewaySpec.stateListeners
(com.rabbitmq.client.amqp.Resource.StateListener... stateListeners) AddResource.StateListener
instances to the consumer.