-
InboundChannelModelBuilder.InboundRabbitChannelBuilder.ackMode(String ackMode)
InboundChannelModelBuilder.InboundRabbitChannelBuilder.admin(String admin)
Bean name of a org.springframework.amqp.rabbit.core.RabbitAdmin instance.
InboundChannelModelBuilder.InboundRabbitChannelBuilder.concurrency(String concurrency)
Sets the concurrency for the listener.
InboundChannelModelBuilder.InboundRabbitChannelBuilder.exclusive(boolean exclusive)
Sets whether this adapter will be the only consumer of messages of the provided queue(s).
InboundChannelModelBuilder.InboundRabbitChannelBuilder.executor(String executor)
Bean name of a TaskExecutor instance used to process incoming messages.
InboundChannelModelBuilder.InboundRabbitChannelBuilder.priority(String priority)
Sets the priority of this adapter.
Configures an adapter which will receive events using a RabbitMQ.