Uses of Class
org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec
Package
Description
Provides JMS Component support for the Java DSL.
-
Uses of JmsOutboundGatewaySpec in org.springframework.integration.jms.dsl
Modifier and TypeMethodDescriptionJmsOutboundGatewaySpec.correlationKey
(String correlationKey) JmsOutboundGatewaySpec.deliveryPersistent
(boolean deliveryPersistent) JmsOutboundGatewaySpec.destinationResolver
(DestinationResolver destinationResolver) JmsOutboundGatewaySpec.explicitQosEnabled
(boolean explicitQosEnabled) JmsOutboundGatewaySpec.extractReplyPayload
(boolean extractPayload) JmsOutboundGatewaySpec.extractRequestPayload
(boolean extractPayload) JmsOutboundGatewaySpec.headerMapper
(JmsHeaderMapper headerMapper) JmsOutboundGatewaySpec.jmsMessageConverter
(MessageConverter messageConverter) static JmsOutboundGatewaySpec
Jms.outboundGateway
(ConnectionFactory connectionFactory) The factory to produce aJmsOutboundGatewaySpec
.JmsOutboundGatewaySpec.priority
(int priority) Default priority.JmsOutboundGatewaySpec.receiveTimeout
(long receiveTimeout) JmsOutboundGatewaySpec.replyContainer()
Configure a reply container with default properties.JmsOutboundGatewaySpec.replyContainer
(Consumer<JmsOutboundGatewaySpec.ReplyContainerSpec> configurer) Configure a reply container with a reply container specification determined by invoking theConsumer
callback with aJmsOutboundGatewaySpec.ReplyContainerSpec
.JmsOutboundGatewaySpec.replyDestination
(Destination destination) JmsOutboundGatewaySpec.replyDestination
(String destination) JmsOutboundGatewaySpec.replyDestination
(Function<Message<P>, ?> destinationFunction) Configure aFunction
that will be invoked at run time to determine the destination from which a reply will be received.JmsOutboundGatewaySpec.replyDestinationExpression
(String destination) JmsOutboundGatewaySpec.replyPubSubDomain
(boolean pubSubDomain) JmsOutboundGatewaySpec.requestDestination
(Destination destination) JmsOutboundGatewaySpec.requestDestination
(String destination) JmsOutboundGatewaySpec.requestDestination
(Function<Message<P>, ?> destinationFunction) Configure aFunction
that will be invoked at runtime to determine the destination to which a message will be sent.JmsOutboundGatewaySpec.requestDestinationExpression
(String destination) JmsOutboundGatewaySpec.requestPubSubDomain
(boolean pubSubDomain) JmsOutboundGatewaySpec.timeToLive
(long timeToLive)