Class JmsInboundGatewaySpec<S extends JmsInboundGatewaySpec<S>>

java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<S,G>
org.springframework.integration.dsl.MessagingGatewaySpec<S,JmsInboundGateway>
org.springframework.integration.jms.dsl.JmsInboundGatewaySpec<S>
Type Parameters:
S - the target JmsInboundGatewaySpec implementation type.
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<JmsInboundGateway>, org.springframework.beans.factory.InitializingBean, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle
Direct Known Subclasses:
JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec

public class JmsInboundGatewaySpec<S extends JmsInboundGatewaySpec<S>> extends org.springframework.integration.dsl.MessagingGatewaySpec<S,JmsInboundGateway>
A MessagingGatewaySpec for a JmsInboundGateway.
Since:
5.0
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S extends JmsListenerContainerSpec<S,C>,C extends org.springframework.jms.listener.AbstractMessageListenerContainer>
    An AbstractMessageListenerContainer-based JmsInboundGatewaySpec extension.
  • Field Summary

    Fields inherited from class org.springframework.integration.dsl.IntegrationComponentSpec

    logger, PARSER, target

    Fields inherited from interface org.springframework.beans.factory.FactoryBean

    OBJECT_TYPE_ATTRIBUTE

    Fields inherited from interface org.springframework.context.SmartLifecycle

    DEFAULT_PHASE
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    JmsInboundGatewaySpec(org.springframework.jms.listener.AbstractMessageListenerContainer listenerContainer)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    correlationKey(String correlationKey)
     
    defaultReplyDestination(jakarta.jms.Destination defaultReplyDestination)
     
    defaultReplyQueueName(String destinationName)
     
    defaultReplyTopicName(String destinationName)
     
    destinationResolver(org.springframework.jms.support.destination.DestinationResolver destinationResolver)
     
    explicitQosEnabledForReplies(boolean explicitQosEnabledForReplies)
     
    extractReplyPayload(boolean extractReplyPayload)
     
    extractRequestPayload(boolean extractRequestPayload)
     
    jmsMessageConverter(org.springframework.jms.support.converter.MessageConverter messageConverter)
     
    replyDeliveryPersistent(boolean replyDeliveryPersistent)
     
    replyPriority(int replyPriority)
     
    replyTimeToLive(long replyTimeToLive)
     
    replyToExpression(String replyToExpression)
    Set a SpEL expression to resolve a 'replyTo' destination from a request Message as a root evaluation object if Message.getJMSReplyTo() is null.
    replyToExpression(org.springframework.expression.Expression replyToExpression)
    Set a SpEL expression to resolve a 'replyTo' destination from a request Message as a root evaluation object if Message.getJMSReplyTo() is null.
    replyToFunction(org.springframework.integration.util.CheckedFunction<jakarta.jms.Message,?,jakarta.jms.JMSException> replyToFunction)
    Set a function to resolve a 'replyTo' destination from a request Message as a root evaluation object if Message.getJMSReplyTo() is null.
     
    shutdownContainerOnStop(boolean shutdown)
    Set to false to prevent listener container shutdown when the endpoint is stopped.

    Methods inherited from class org.springframework.integration.dsl.MessagingGatewaySpec

    autoStartup, errorChannel, errorChannel, errorOnTimeout, id, observationConvention, phase, replyChannel, replyChannel, replyMapper, replyTimeout, requestChannel, requestChannel, requestMapper, requestTimeout, shouldTrack

    Methods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec

    _this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stop

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.beans.factory.FactoryBean

    isSingleton