Index

A B C D E F G H I J L M O P R S T U 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractJmsChannel - Class in org.springframework.integration.jms
 
AbstractJmsChannel(JmsTemplate) - Constructor for class org.springframework.integration.jms.AbstractJmsChannel
 
acceptMessagesWhileStopping(boolean) - Method in class org.springframework.integration.jms.dsl.JmsListenerContainerSpec
 
acceptMessagesWhileStopping(boolean) - Method in class org.springframework.integration.jms.dsl.JmsMessageChannelSpec
 
addInterceptor(int, ChannelInterceptor) - Method in class org.springframework.integration.jms.PollableJmsChannel
 
addInterceptor(ChannelInterceptor) - Method in class org.springframework.integration.jms.PollableJmsChannel
 
afterPropertiesSet() - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
afterShutdown() - Method in class org.springframework.integration.jms.JmsInboundGateway
 
afterShutdown() - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
 
afterSingletonsInstantiated() - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
 
AUTO_ACKNOWLEDGE - Static variable in class org.springframework.integration.jms.util.JmsAdapterUtils
 
AUTO_ACKNOWLEDGE_STRING - Static variable in class org.springframework.integration.jms.util.JmsAdapterUtils
 
autoStartup(boolean) - Method in class org.springframework.integration.jms.dsl.JmsMessageChannelSpec
 

B

backOff(BackOff) - Method in class org.springframework.integration.jms.dsl.JmsDefaultListenerContainerSpec
Specify a BackOff.
beforeShutdown() - Method in class org.springframework.integration.jms.JmsInboundGateway
 
beforeShutdown() - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
 
buildBeanDefinition(Element, ParserContext) - Method in class org.springframework.integration.jms.config.JmsChannelParser
 

C

cacheLevel(int) - Method in class org.springframework.integration.jms.dsl.JmsDefaultListenerContainerSpec
Specify the level of caching that this listener container is allowed to apply.
cacheLevel(Integer) - Method in class org.springframework.integration.jms.dsl.JmsMessageChannelSpec
Only applies if the JmsMessageChannelSpec.containerType(Class) is a DefaultMessageListenerContainer.
cacheLevel(Integer) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec.ReplyContainerSpec
 
cacheLevelName(String) - Method in class org.springframework.integration.jms.dsl.JmsDefaultListenerContainerSpec
Specify the level of caching that this listener container is allowed to apply, in the form of the name of the corresponding constant: e.g.
channel(ConnectionFactory) - Static method in class org.springframework.integration.jms.dsl.Jms
The factory to produce a JmsMessageChannelSpec.
channel(String, ConnectionFactory) - Static method in class org.springframework.integration.jms.dsl.Jms
The factory to produce a JmsMessageChannelSpec.
ChannelPublishingJmsMessageListener - Class in org.springframework.integration.jms
JMS MessageListener that converts a JMS Message into a Spring Integration Message and sends that Message to a channel.
ChannelPublishingJmsMessageListener() - Constructor for class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
CLIENT_ACKNOWLEDGE - Static variable in class org.springframework.integration.jms.util.JmsAdapterUtils
 
CLIENT_ACKNOWLEDGE_STRING - Static variable in class org.springframework.integration.jms.util.JmsAdapterUtils
 
clientId(String) - Method in class org.springframework.integration.jms.dsl.JmsListenerContainerSpec
 
clientId(String) - Method in class org.springframework.integration.jms.dsl.JmsPublishSubscribeMessageChannelSpec
 
concurrency(String) - Method in class org.springframework.integration.jms.dsl.JmsDefaultListenerContainerSpec
The concurrency to use.
concurrentConsumers(int) - Method in class org.springframework.integration.jms.dsl.JmsDefaultListenerContainerSpec
The concurrent consumers number to use.
concurrentConsumers(int) - Method in class org.springframework.integration.jms.dsl.JmsMessageChannelSpec
Only applies if the JmsMessageChannelSpec.containerType(Class) is a DefaultMessageListenerContainer or a SimpleMessageListenerContainer.
concurrentConsumers(Integer) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec.ReplyContainerSpec
 
configureJmsTemplate(Consumer<JmsTemplateSpec>) - Method in class org.springframework.integration.jms.dsl.JmsInboundChannelAdapterSpec.JmsInboundChannelSpecTemplateAware
Configure the channel adapter to use the template specification created by invoking the Consumer callback, passing in a JmsTemplateSpec.
configureJmsTemplate(Consumer<JmsTemplateSpec>) - Method in class org.springframework.integration.jms.dsl.JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware
 
configureListenerContainer(Consumer<S>) - Method in class org.springframework.integration.jms.dsl.JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec
Specify a Consumer to accept a JmsListenerContainerSpec for further configuration.
configureListenerContainer(Consumer<S>) - Method in class org.springframework.integration.jms.dsl.JmsMessageDrivenChannelAdapterSpec.JmsMessageDrivenChannelAdapterListenerContainerSpec
Configure a listener container by invoking the Consumer callback, with a JmsListenerContainerSpec argument.
connectionFactory(ConnectionFactory) - Method in class org.springframework.integration.jms.dsl.JmsDestinationAccessorSpec
 
container(ConnectionFactory, Destination) - Static method in class org.springframework.integration.jms.dsl.Jms
The factory to produce a JmsListenerContainerSpec.
container(ConnectionFactory, String) - Static method in class org.springframework.integration.jms.dsl.Jms
The factory to produce a JmsListenerContainerSpec.
containerType(Class<? extends AbstractMessageListenerContainer>) - Method in class org.springframework.integration.jms.dsl.JmsMessageChannelSpec
Configure the type of the container.
CONTENT_TYPE_PROPERTY - Static variable in class org.springframework.integration.jms.JmsHeaderMapper
 
correlationKey(String) - Method in class org.springframework.integration.jms.dsl.JmsInboundGatewaySpec
 
correlationKey(String) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec
 
createConnection() - Method in class org.springframework.integration.jms.JmsOutboundGateway
Create a new JMS Connection for this JMS gateway.
createInstance() - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
createSession(Connection) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Create a new JMS Session using the provided Connection.

D

DEFAULT_RECEIVE_TIMEOUT - Static variable in class org.springframework.integration.jms.JmsOutboundGateway
A default receive timeout in milliseconds.
DefaultJmsHeaderMapper - Class in org.springframework.integration.jms
Default implementation of JmsHeaderMapper.
DefaultJmsHeaderMapper() - Constructor for class org.springframework.integration.jms.DefaultJmsHeaderMapper
 
defaultReplyDestination(Destination) - Method in class org.springframework.integration.jms.dsl.JmsInboundGatewaySpec
 
defaultReplyQueueName(String) - Method in class org.springframework.integration.jms.dsl.JmsInboundGatewaySpec
 
defaultReplyTopicName(String) - Method in class org.springframework.integration.jms.dsl.JmsInboundGatewaySpec
 
deliveryModeExpression(String) - Method in class org.springframework.integration.jms.dsl.JmsOutboundChannelAdapterSpec
Specify a SpEL expression to evaluate a deliveryMode for JMS message to send.
deliveryModeFunction(Function<Message<P>, ?>) - Method in class org.springframework.integration.jms.dsl.JmsOutboundChannelAdapterSpec
Specify a Function to resolve a deliveryMode for JMS message to send.
deliveryPersistent(boolean) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec
 
deliveryPersistent(boolean) - Method in class org.springframework.integration.jms.dsl.JmsPollableMessageChannelSpec
 
deliveryPersistent(boolean) - Method in class org.springframework.integration.jms.dsl.JmsTemplateSpec
 
destination(Destination) - Method in class org.springframework.integration.jms.dsl.JmsInboundChannelAdapterSpec
Configure the destination from which to receive messages.
destination(Destination) - Method in class org.springframework.integration.jms.dsl.JmsMessageDrivenChannelAdapterSpec.JmsMessageDrivenChannelAdapterListenerContainerSpec
 
destination(Destination) - Method in class org.springframework.integration.jms.dsl.JmsOutboundChannelAdapterSpec
Configure the destination to which this adapter will send messages.
destination(Destination) - Method in class org.springframework.integration.jms.dsl.JmsPollableMessageChannelSpec
Configure the destination that backs this channel.
destination(String) - Method in class org.springframework.integration.jms.dsl.JmsInboundChannelAdapterSpec
Configure the name of destination from which to receive messages.
destination(String) - Method in class org.springframework.integration.jms.dsl.JmsMessageDrivenChannelAdapterSpec.JmsMessageDrivenChannelAdapterListenerContainerSpec
Specify a destination name to use.
destination(String) - Method in class org.springframework.integration.jms.dsl.JmsOutboundChannelAdapterSpec
Configure the name of the destination to which this adapter will send messages.
destination(String) - Method in class org.springframework.integration.jms.dsl.JmsPollableMessageChannelSpec
Configure the destination name that backs this channel.
destination(Function<Message<P>, ?>) - Method in class org.springframework.integration.jms.dsl.JmsOutboundChannelAdapterSpec
Configure a Function that will be invoked at run time to determine the destination to which a message will be sent.
destinationExpression(String) - Method in class org.springframework.integration.jms.dsl.JmsOutboundChannelAdapterSpec
Configure a SpEL expression that will evaluate, at run time, the destination to which a message will be sent.
destinationResolver(DestinationResolver) - Method in class org.springframework.integration.jms.dsl.JmsDestinationAccessorSpec
A DestinationResolver to use.
destinationResolver(DestinationResolver) - Method in class org.springframework.integration.jms.dsl.JmsInboundGatewaySpec
 
destinationResolver(DestinationResolver) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec
 
destinationResolver(DestinationResolver) - Method in class org.springframework.integration.jms.dsl.JmsPollableMessageChannelSpec
 
destroy() - Method in class org.springframework.integration.jms.JmsInboundGateway
 
destroy() - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
 
destroy() - Method in class org.springframework.integration.jms.SubscribableJmsChannel
 
destroyInstance(AbstractJmsChannel) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
doGet() - Method in class org.springframework.integration.jms.dsl.JmsPollableMessageChannelSpec
 
doInit() - Method in class org.springframework.integration.jms.JmsOutboundGateway
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.jms.config.JmsMessageDrivenEndpointParser
 
doReceive() - Method in class org.springframework.integration.jms.JmsDestinationPollingSource
Will receive a JMS Message converting and returning it as a Spring Integration Message.
doSend(Message<?>, long) - Method in class org.springframework.integration.jms.AbstractJmsChannel
 
doStart() - Method in class org.springframework.integration.jms.JmsInboundGateway
 
doStart() - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
 
doStop() - Method in class org.springframework.integration.jms.JmsInboundGateway
 
doStop() - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
 
DUPS_OK_ACKNOWLEDGE - Static variable in class org.springframework.integration.jms.util.JmsAdapterUtils
 
DUPS_OK_ACKNOWLEDGE_STRING - Static variable in class org.springframework.integration.jms.util.JmsAdapterUtils
 
durableSubscriptionName(String) - Method in class org.springframework.integration.jms.dsl.JmsListenerContainerSpec
 
durableSubscriptionName(String) - Method in class org.springframework.integration.jms.dsl.JmsPublishSubscribeMessageChannelSpec
 
DynamicJmsTemplate - Class in org.springframework.integration.jms
 
DynamicJmsTemplate() - Constructor for class org.springframework.integration.jms.DynamicJmsTemplate
 

E

errorHandler(ErrorHandler) - Method in class org.springframework.integration.jms.dsl.JmsListenerContainerSpec
 
errorHandler(ErrorHandler) - Method in class org.springframework.integration.jms.dsl.JmsMessageChannelSpec
 
exceptionListener(ExceptionListener) - Method in class org.springframework.integration.jms.dsl.JmsListenerContainerSpec
 
explicitQosEnabled(boolean) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec
 
explicitQosEnabled(boolean) - Method in class org.springframework.integration.jms.dsl.JmsPollableMessageChannelSpec
 
explicitQosEnabled(boolean) - Method in class org.springframework.integration.jms.dsl.JmsTemplateSpec
 
explicitQosEnabledForReplies(boolean) - Method in class org.springframework.integration.jms.dsl.JmsInboundGatewaySpec
 
exposeListenerSession(boolean) - Method in class org.springframework.integration.jms.dsl.JmsListenerContainerSpec
 
exposeListenerSession(boolean) - Method in class org.springframework.integration.jms.dsl.JmsMessageChannelSpec
 
extractPayload(boolean) - Method in class org.springframework.integration.jms.dsl.JmsMessageDrivenChannelAdapterSpec
 
extractPayload(boolean) - Method in class org.springframework.integration.jms.dsl.JmsOutboundChannelAdapterSpec
 
extractReplyPayload(boolean) - Method in class org.springframework.integration.jms.dsl.JmsInboundGatewaySpec
 
extractReplyPayload(boolean) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec
 
extractRequestPayload(boolean) - Method in class org.springframework.integration.jms.dsl.JmsInboundGatewaySpec
 
extractRequestPayload(boolean) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec
 

F

fromHeaders(MessageHeaders, Message) - Method in class org.springframework.integration.jms.DefaultJmsHeaderMapper
 

G

getBeanClassName(Element) - Method in class org.springframework.integration.jms.config.JmsMessageDrivenEndpointParser
 
getCacheLevel() - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
getComponentName() - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
getComponentsToRegister() - Method in class org.springframework.integration.jms.dsl.JmsInboundChannelAdapterSpec.JmsInboundChannelSpecTemplateAware
 
getComponentsToRegister() - Method in class org.springframework.integration.jms.dsl.JmsMessageDrivenChannelAdapterSpec.JmsMessageDrivenChannelAdapterListenerContainerSpec
 
getComponentsToRegister() - Method in class org.springframework.integration.jms.dsl.JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware
 
getComponentType() - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
getComponentType() - Method in class org.springframework.integration.jms.JmsDestinationPollingSource
 
getComponentType() - Method in class org.springframework.integration.jms.JmsInboundGateway
 
getComponentType() - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
 
getComponentType() - Method in class org.springframework.integration.jms.JmsOutboundGateway
 
getComponentType() - Method in class org.springframework.integration.jms.JmsSendingMessageHandler
 
getConcurrentConsumers() - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
getDeliveryMode() - Method in class org.springframework.integration.jms.DynamicJmsTemplate
 
getIdleConsumerLimit() - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
getIdleTaskExecutionLimit() - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
getInputChannelAttributeName() - Method in class org.springframework.integration.jms.config.JmsOutboundGatewayParser
 
getListener() - Method in class org.springframework.integration.jms.JmsInboundGateway
 
getListener() - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
 
getMaxConcurrentConsumers() - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
getMaxMessagesPerTask() - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
getObjectType() - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
getPhase() - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
getPhase() - Method in class org.springframework.integration.jms.SubscribableJmsChannel
 
getPriority() - Method in class org.springframework.integration.jms.DynamicJmsTemplate
 
getReceiveTimeout() - Method in class org.springframework.integration.jms.DynamicJmsTemplate
 
getReceiveTimeout() - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
getRecoveryInterval() - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
getSessionAcknowledgeMode() - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
getSessionAcknowledgeModeName() - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
getTaskExecutor() - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
getTimeToLive() - Method in class org.springframework.integration.jms.DynamicJmsTemplate
 

H

handleMessageInternal(Message<?>) - Method in class org.springframework.integration.jms.JmsSendingMessageHandler
 
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.jms.JmsOutboundGateway
 
hasExecutorInterceptors() - Method in class org.springframework.integration.jms.PollableJmsChannel
 
headerMapper(JmsHeaderMapper) - Method in class org.springframework.integration.jms.dsl.JmsInboundChannelAdapterSpec
Configure a JmsHeaderMapper to map from JMS headers and properties to Spring Integration headers.
headerMapper(JmsHeaderMapper) - Method in class org.springframework.integration.jms.dsl.JmsMessageDrivenChannelAdapterSpec
 
headerMapper(JmsHeaderMapper) - Method in class org.springframework.integration.jms.dsl.JmsOutboundChannelAdapterSpec
 
headerMapper(JmsHeaderMapper) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec
 

I

id(String) - Method in class org.springframework.integration.jms.dsl.JmsDestinationAccessorSpec
 
id(String) - Method in class org.springframework.integration.jms.dsl.JmsPollableMessageChannelSpec
 
idleConsumerLimit(int) - Method in class org.springframework.integration.jms.dsl.JmsDefaultListenerContainerSpec
The max for concurrent consumers number to use.
idleConsumerLimit(Integer) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec.ReplyContainerSpec
 
idleReplyContainerTimeout(long) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec.ReplyContainerSpec
 
idleTaskExecutionLimit(int) - Method in class org.springframework.integration.jms.dsl.JmsDefaultListenerContainerSpec
The the limit for idle task.
idleTaskExecutionLimit(int) - Method in class org.springframework.integration.jms.dsl.JmsMessageChannelSpec
Only applies if the JmsMessageChannelSpec.containerType(Class) is a DefaultMessageListenerContainer.
idleTaskExecutionLimit(Integer) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec.ReplyContainerSpec
 
inboundAdapter(ConnectionFactory) - Static method in class org.springframework.integration.jms.dsl.Jms
The factory to produce a JmsInboundChannelAdapterSpec.
inboundAdapter(JmsTemplate) - Static method in class org.springframework.integration.jms.dsl.Jms
The factory to produce a JmsInboundChannelAdapterSpec.
inboundGateway(ConnectionFactory) - Static method in class org.springframework.integration.jms.dsl.Jms
The factory to produce a JmsInboundGatewaySpec.
inboundGateway(ConnectionFactory, Class<C>) - Static method in class org.springframework.integration.jms.dsl.Jms
The factory to produce a JmsInboundGatewaySpec.
inboundGateway(AbstractMessageListenerContainer) - Static method in class org.springframework.integration.jms.dsl.Jms
The factory to produce a JmsInboundGatewaySpec.
init() - Method in class org.springframework.integration.jms.config.JmsNamespaceHandler
 
isAutoStartup() - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
isAutoStartup() - Method in class org.springframework.integration.jms.SubscribableJmsChannel
 
isBroadcast() - Method in class org.springframework.integration.jms.SubscribableJmsChannel
 
isRunning() - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
isRunning() - Method in class org.springframework.integration.jms.JmsOutboundGateway
 
isRunning() - Method in class org.springframework.integration.jms.SubscribableJmsChannel
 
isSessionTransacted() - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 

J

Jms - Class in org.springframework.integration.jms.dsl
Factory class for JMS components.
JmsAdapterUtils - Class in org.springframework.integration.jms.util
 
JmsAdapterUtils() - Constructor for class org.springframework.integration.jms.util.JmsAdapterUtils
 
jmsChannelFactoryBean - Variable in class org.springframework.integration.jms.dsl.JmsPollableMessageChannelSpec
 
JmsChannelFactoryBean - Class in org.springframework.integration.jms.config
 
JmsChannelFactoryBean() - Constructor for class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
JmsChannelFactoryBean(boolean) - Constructor for class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
JmsChannelParser - Class in org.springframework.integration.jms.config
Parser for the 'channel' and 'publish-subscribe-channel' elements of the Spring Integration JMS namespace.
JmsChannelParser() - Constructor for class org.springframework.integration.jms.config.JmsChannelParser
 
JmsDefaultListenerContainerSpec - Class in org.springframework.integration.jms.dsl
A DefaultMessageListenerContainer specific JmsListenerContainerSpec extension.
JmsDefaultListenerContainerSpec() - Constructor for class org.springframework.integration.jms.dsl.JmsDefaultListenerContainerSpec
 
JmsDestinationAccessorSpec<S extends JmsDestinationAccessorSpec<S,A>,A extends org.springframework.jms.support.destination.JmsDestinationAccessor> - Class in org.springframework.integration.jms.dsl
A base IntegrationComponentSpec for JmsDestinationAccessors.
JmsDestinationAccessorSpec(A) - Constructor for class org.springframework.integration.jms.dsl.JmsDestinationAccessorSpec
 
JmsDestinationPollingSource - Class in org.springframework.integration.jms
A source for receiving JMS Messages with a polling listener.
JmsDestinationPollingSource(JmsTemplate) - Constructor for class org.springframework.integration.jms.JmsDestinationPollingSource
 
JmsHeaderEnricherParser - Class in org.springframework.integration.jms.config
Header enricher for JMS specific values.
JmsHeaderEnricherParser() - Constructor for class org.springframework.integration.jms.config.JmsHeaderEnricherParser
 
JmsHeaderMapper - Class in org.springframework.integration.jms
Strategy interface for mapping integration Message headers to an outbound JMS Message (e.g.
JmsHeaderMapper() - Constructor for class org.springframework.integration.jms.JmsHeaderMapper
 
JmsInboundChannelAdapterParser - Class in org.springframework.integration.jms.config
Parser for the <inbound-channel-adapter/> element of the 'jms' namespace.
JmsInboundChannelAdapterParser() - Constructor for class org.springframework.integration.jms.config.JmsInboundChannelAdapterParser
 
JmsInboundChannelAdapterSpec<S extends JmsInboundChannelAdapterSpec<S>> - Class in org.springframework.integration.jms.dsl
A MessageSourceSpec for a JmsDestinationPollingSource.
JmsInboundChannelAdapterSpec(JmsTemplate) - Constructor for class org.springframework.integration.jms.dsl.JmsInboundChannelAdapterSpec
 
JmsInboundChannelAdapterSpec.JmsInboundChannelSpecTemplateAware - Class in org.springframework.integration.jms.dsl
A JmsTemplate-based JmsInboundChannelAdapterSpec extension.
JmsInboundChannelSpecTemplateAware(ConnectionFactory) - Constructor for class org.springframework.integration.jms.dsl.JmsInboundChannelAdapterSpec.JmsInboundChannelSpecTemplateAware
 
JmsInboundGateway - Class in org.springframework.integration.jms
A wrapper around the JmsMessageDrivenEndpoint implementing MessagingGatewaySupport.
JmsInboundGateway(AbstractMessageListenerContainer, ChannelPublishingJmsMessageListener) - Constructor for class org.springframework.integration.jms.JmsInboundGateway
 
JmsInboundGatewayListenerContainerSpec(S) - Constructor for class org.springframework.integration.jms.dsl.JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec
 
JmsInboundGatewaySpec<S extends JmsInboundGatewaySpec<S>> - Class in org.springframework.integration.jms.dsl
A MessagingGatewaySpec for a JmsInboundGateway.
JmsInboundGatewaySpec(AbstractMessageListenerContainer) - Constructor for class org.springframework.integration.jms.dsl.JmsInboundGatewaySpec
 
JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S extends JmsListenerContainerSpec<S,C>,C extends org.springframework.jms.listener.AbstractMessageListenerContainer> - Class in org.springframework.integration.jms.dsl
An AbstractMessageListenerContainer-based JmsInboundGatewaySpec extension.
JmsListenerContainerSpec<S extends JmsListenerContainerSpec<S,C>,C extends org.springframework.jms.listener.AbstractMessageListenerContainer> - Class in org.springframework.integration.jms.dsl
JmsListenerContainerSpec(Class<C>) - Constructor for class org.springframework.integration.jms.dsl.JmsListenerContainerSpec
 
JmsMessageChannelSpec<S extends JmsMessageChannelSpec<S,T>,T extends AbstractJmsChannel> - Class in org.springframework.integration.jms.dsl
JmsMessageChannelSpec(ConnectionFactory) - Constructor for class org.springframework.integration.jms.dsl.JmsMessageChannelSpec
 
jmsMessageConverter(MessageConverter) - Method in class org.springframework.integration.jms.dsl.JmsInboundGatewaySpec
 
jmsMessageConverter(MessageConverter) - Method in class org.springframework.integration.jms.dsl.JmsMessageDrivenChannelAdapterSpec
 
jmsMessageConverter(MessageConverter) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec
 
jmsMessageConverter(MessageConverter) - Method in class org.springframework.integration.jms.dsl.JmsPollableMessageChannelSpec
Configure the MessageConverter used for both sending and receiving.
jmsMessageConverter(MessageConverter) - Method in class org.springframework.integration.jms.dsl.JmsTemplateSpec
 
JmsMessageDrivenChannelAdapterListenerContainerSpec(S) - Constructor for class org.springframework.integration.jms.dsl.JmsMessageDrivenChannelAdapterSpec.JmsMessageDrivenChannelAdapterListenerContainerSpec
 
JmsMessageDrivenChannelAdapterSpec<S extends JmsMessageDrivenChannelAdapterSpec<S>> - Class in org.springframework.integration.jms.dsl
A MessageProducerSpec for JmsMessageDrivenEndpoints.
JmsMessageDrivenChannelAdapterSpec(AbstractMessageListenerContainer) - Constructor for class org.springframework.integration.jms.dsl.JmsMessageDrivenChannelAdapterSpec
 
JmsMessageDrivenChannelAdapterSpec.JmsMessageDrivenChannelAdapterListenerContainerSpec<S extends JmsListenerContainerSpec<S,C>,C extends org.springframework.jms.listener.AbstractMessageListenerContainer> - Class in org.springframework.integration.jms.dsl
 
JmsMessageDrivenEndpoint - Class in org.springframework.integration.jms
A message-driven endpoint that receive JMS messages, converts them into Spring Integration Messages, and then sends the result to a channel.
JmsMessageDrivenEndpoint(AbstractMessageListenerContainer, ChannelPublishingJmsMessageListener) - Constructor for class org.springframework.integration.jms.JmsMessageDrivenEndpoint
Construct an instance with an externally configured container.
JmsMessageDrivenEndpointParser - Class in org.springframework.integration.jms.config
Parser for the <message-driven-channel-adapter> element and the <inbound-gateway> element of the 'jms' namespace.
JmsMessageDrivenEndpointParser(boolean) - Constructor for class org.springframework.integration.jms.config.JmsMessageDrivenEndpointParser
 
JmsNamespaceHandler - Class in org.springframework.integration.jms.config
Namespace handler for Spring Integration's jms namespace.
JmsNamespaceHandler() - Constructor for class org.springframework.integration.jms.config.JmsNamespaceHandler
 
JmsOutboundChannelAdapterParser - Class in org.springframework.integration.jms.config
Parser for the <outbound-channel-adapter/> element of the jms namespace.
JmsOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.jms.config.JmsOutboundChannelAdapterParser
 
JmsOutboundChannelAdapterSpec<S extends JmsOutboundChannelAdapterSpec<S>> - Class in org.springframework.integration.jms.dsl
A MessageHandlerSpec for a JmsSendingMessageHandler.
JmsOutboundChannelAdapterSpec(JmsTemplate) - Constructor for class org.springframework.integration.jms.dsl.JmsOutboundChannelAdapterSpec
 
JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware - Class in org.springframework.integration.jms.dsl
A JmsTemplate-based JmsOutboundChannelAdapterSpec extension.
JmsOutboundChannelSpecTemplateAware(ConnectionFactory) - Constructor for class org.springframework.integration.jms.dsl.JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware
 
JmsOutboundGateway - Class in org.springframework.integration.jms
An outbound Messaging Gateway for request/reply JMS.
JmsOutboundGateway() - Constructor for class org.springframework.integration.jms.JmsOutboundGateway
 
JmsOutboundGateway.ReplyContainerProperties - Class in org.springframework.integration.jms
 
JmsOutboundGatewayParser - Class in org.springframework.integration.jms.config
Parser for the <outbound-gateway> element of the integration 'jms' namespace.
JmsOutboundGatewayParser() - Constructor for class org.springframework.integration.jms.config.JmsOutboundGatewayParser
 
JmsOutboundGatewaySpec - Class in org.springframework.integration.jms.dsl
A MessageHandlerSpec for a JmsOutboundGateway.
JmsOutboundGatewaySpec(ConnectionFactory) - Constructor for class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec
 
JmsOutboundGatewaySpec.ReplyContainerSpec - Class in org.springframework.integration.jms.dsl
An IntegrationComponentSpec for JmsOutboundGateway.ReplyContainerProperties.
JmsPollableMessageChannelSpec<S extends JmsPollableMessageChannelSpec<S,T>,T extends AbstractJmsChannel> - Class in org.springframework.integration.jms.dsl
A MessageChannelSpec for an AbstractJmsChannel.
JmsPollableMessageChannelSpec(ConnectionFactory) - Constructor for class org.springframework.integration.jms.dsl.JmsPollableMessageChannelSpec
 
JmsPollableMessageChannelSpec(JmsChannelFactoryBean, ConnectionFactory) - Constructor for class org.springframework.integration.jms.dsl.JmsPollableMessageChannelSpec
 
JmsPublishSubscribeMessageChannelSpec - Class in org.springframework.integration.jms.dsl
A JmsMessageChannelSpec for a SubscribableJmsChannel configured with a topic.
JmsPublishSubscribeMessageChannelSpec(ConnectionFactory) - Constructor for class org.springframework.integration.jms.dsl.JmsPublishSubscribeMessageChannelSpec
 
JmsSendingMessageHandler - Class in org.springframework.integration.jms
A MessageConsumer that sends the converted Message payload within a JMS Message.
JmsSendingMessageHandler(JmsTemplate) - Constructor for class org.springframework.integration.jms.JmsSendingMessageHandler
 
jmsTemplateSpec - Variable in class org.springframework.integration.jms.dsl.JmsInboundChannelAdapterSpec
 
jmsTemplateSpec - Variable in class org.springframework.integration.jms.dsl.JmsOutboundChannelAdapterSpec
 
JmsTemplateSpec - Class in org.springframework.integration.jms.dsl
JmsTemplateSpec() - Constructor for class org.springframework.integration.jms.dsl.JmsTemplateSpec
 
JmsTimeoutException - Exception in org.springframework.integration.jms
A timeout occurred within an async gateway.
JmsTimeoutException(String) - Constructor for exception org.springframework.integration.jms.JmsTimeoutException
 

L

logger - Variable in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 

M

maxConcurrentConsumers(int) - Method in class org.springframework.integration.jms.dsl.JmsDefaultListenerContainerSpec
The max for concurrent consumers number to use.
maxConcurrentConsumers(Integer) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec.ReplyContainerSpec
 
maxMessagesPerTask(int) - Method in class org.springframework.integration.jms.dsl.JmsDefaultListenerContainerSpec
The max messages per task.
maxMessagesPerTask(int) - Method in class org.springframework.integration.jms.dsl.JmsMessageChannelSpec
Only applies if the JmsMessageChannelSpec.containerType(Class) is a DefaultMessageListenerContainer.
maxMessagesPerTask(Integer) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec.ReplyContainerSpec
 
maxSubscribers(int) - Method in class org.springframework.integration.jms.dsl.JmsMessageChannelSpec
 
messageDrivenChannelAdapter(ConnectionFactory) - Static method in class org.springframework.integration.jms.dsl.Jms
The factory to produce a JmsMessageDrivenChannelAdapterSpec.
messageDrivenChannelAdapter(ConnectionFactory, Class<C>) - Static method in class org.springframework.integration.jms.dsl.Jms
The factory to produce a JmsMessageDrivenChannelAdapterSpec.
messageDrivenChannelAdapter(JmsListenerContainerSpec<?, ? extends AbstractMessageListenerContainer>) - Static method in class org.springframework.integration.jms.dsl.Jms
The factory to produce a JmsMessageDrivenChannelAdapterSpec.
messageDrivenChannelAdapter(AbstractMessageListenerContainer) - Static method in class org.springframework.integration.jms.dsl.Jms
The factory to produce a JmsMessageDrivenChannelAdapterSpec.
messageIdEnabled(boolean) - Method in class org.springframework.integration.jms.dsl.JmsPollableMessageChannelSpec
 
messageSelector(String) - Method in class org.springframework.integration.jms.dsl.JmsInboundChannelAdapterSpec
 
messageSelector(String) - Method in class org.springframework.integration.jms.dsl.JmsListenerContainerSpec
 
messageSelector(String) - Method in class org.springframework.integration.jms.dsl.JmsPollableMessageChannelSpec
Configure a message selector in the DefaultMessageListenerContainer (when message driven) or the JmsTemplate (when polled).
messageTimestampEnabled(boolean) - Method in class org.springframework.integration.jms.dsl.JmsPollableMessageChannelSpec
 

O

onInit() - Method in class org.springframework.integration.jms.JmsDestinationPollingSource
 
onInit() - Method in class org.springframework.integration.jms.JmsInboundGateway
 
onInit() - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
 
onInit() - Method in class org.springframework.integration.jms.JmsSendingMessageHandler
 
onInit() - Method in class org.springframework.integration.jms.SubscribableJmsChannel
 
onMessage(Message) - Method in class org.springframework.integration.jms.JmsOutboundGateway
 
onMessage(Message, Session) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
org.springframework.integration.jms - package org.springframework.integration.jms
Base package for JMS Support.
org.springframework.integration.jms.config - package org.springframework.integration.jms.config
Provides classes for configuration - parsers, namespace handlers, factory beans.
org.springframework.integration.jms.dsl - package org.springframework.integration.jms.dsl
Provides JMS Component support for the Java DSL.
org.springframework.integration.jms.util - package org.springframework.integration.jms.util
 
outboundAdapter(ConnectionFactory) - Static method in class org.springframework.integration.jms.dsl.Jms
The factory to produce a JmsOutboundChannelAdapterSpec.
outboundAdapter(JmsTemplate) - Static method in class org.springframework.integration.jms.dsl.Jms
The factory to produce a JmsOutboundChannelAdapterSpec.
outboundGateway(ConnectionFactory) - Static method in class org.springframework.integration.jms.dsl.Jms
The factory to produce a JmsOutboundGatewaySpec.

P

parseAcknowledgeMode(String) - Static method in class org.springframework.integration.jms.util.JmsAdapterUtils
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.jms.config.JmsOutboundChannelAdapterParser
 
parseHandler(Element, ParserContext) - Method in class org.springframework.integration.jms.config.JmsOutboundGatewayParser
 
parseSource(Element, ParserContext) - Method in class org.springframework.integration.jms.config.JmsInboundChannelAdapterParser
 
phase(int) - Method in class org.springframework.integration.jms.dsl.JmsMessageChannelSpec
 
pollableChannel(ConnectionFactory) - Static method in class org.springframework.integration.jms.dsl.Jms
The factory to produce a JmsPollableMessageChannelSpec.
pollableChannel(String, ConnectionFactory) - Static method in class org.springframework.integration.jms.dsl.Jms
The factory to produce a JmsPollableMessageChannelSpec.
PollableJmsChannel - Class in org.springframework.integration.jms
 
PollableJmsChannel(JmsTemplate) - Constructor for class org.springframework.integration.jms.PollableJmsChannel
 
priority(int) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec
Default priority.
priority(int) - Method in class org.springframework.integration.jms.dsl.JmsPollableMessageChannelSpec
Default priority.
priority(int) - Method in class org.springframework.integration.jms.dsl.JmsTemplateSpec
May be overridden at run time by the message priority header.
publishSubscribeChannel(ConnectionFactory) - Static method in class org.springframework.integration.jms.dsl.Jms
The factory to produce a JmsPublishSubscribeMessageChannelSpec.
publishSubscribeChannel(String, ConnectionFactory) - Static method in class org.springframework.integration.jms.dsl.Jms
The factory to produce a JmsPublishSubscribeMessageChannelSpec.
pubSubDomain(boolean) - Method in class org.springframework.integration.jms.dsl.JmsDestinationAccessorSpec
A pubSubDomain flag.
pubSubNoLocal(boolean) - Method in class org.springframework.integration.jms.dsl.JmsPublishSubscribeMessageChannelSpec
Only applies if the JmsMessageChannelSpec.containerType(Class) is a DefaultMessageListenerContainer or a SimpleMessageListenerContainer.

R

receive() - Method in class org.springframework.integration.jms.PollableJmsChannel
 
receive(long) - Method in class org.springframework.integration.jms.PollableJmsChannel
 
receiveTimeout(long) - Method in class org.springframework.integration.jms.dsl.JmsDefaultListenerContainerSpec
A receive timeout.
receiveTimeout(long) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec
 
receiveTimeout(long) - Method in class org.springframework.integration.jms.dsl.JmsPollableMessageChannelSpec
 
receiveTimeout(long) - Method in class org.springframework.integration.jms.dsl.JmsTemplateSpec
 
receiveTimeout(Long) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec.ReplyContainerSpec
 
recoveryInterval(long) - Method in class org.springframework.integration.jms.dsl.JmsDefaultListenerContainerSpec
Specify a recovery interval.
recoveryInterval(long) - Method in class org.springframework.integration.jms.dsl.JmsMessageChannelSpec
Only applies if the JmsMessageChannelSpec.containerType(Class) is a DefaultMessageListenerContainer.
recoveryInterval(Long) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec.ReplyContainerSpec
 
registerMetricsCaptor(MetricsCaptor) - Method in class org.springframework.integration.jms.JmsInboundGateway
 
registerMetricsCaptor(MetricsCaptor) - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
 
registerObservationRegistry(ObservationRegistry) - Method in class org.springframework.integration.jms.JmsInboundGateway
 
registerObservationRegistry(ObservationRegistry) - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
 
removeInterceptor(int) - Method in class org.springframework.integration.jms.PollableJmsChannel
 
removeInterceptor(ChannelInterceptor) - Method in class org.springframework.integration.jms.PollableJmsChannel
 
replyContainer() - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec
Configure a reply container with default properties.
replyContainer(Consumer<JmsOutboundGatewaySpec.ReplyContainerSpec>) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec
Configure a reply container with a reply container specification determined by invoking the Consumer callback with a JmsOutboundGatewaySpec.ReplyContainerSpec.
ReplyContainerProperties() - Constructor for class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
replyDeliveryPersistent(boolean) - Method in class org.springframework.integration.jms.dsl.JmsInboundGatewaySpec
 
replyDestination(Destination) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec
 
replyDestination(String) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec
 
replyDestination(Function<Message<P>, ?>) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec
Configure a Function that will be invoked at run time to determine the destination from which a reply will be received.
replyDestinationExpression(String) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec
 
replyPriority(int) - Method in class org.springframework.integration.jms.dsl.JmsInboundGatewaySpec
 
replyPubSubDomain(boolean) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec
 
replyTimeToLive(long) - Method in class org.springframework.integration.jms.dsl.JmsInboundGatewaySpec
 
replyToExpression(String) - Method in class org.springframework.integration.jms.dsl.JmsInboundGatewaySpec
Set a SpEL expression to resolve a 'replyTo' destination from a request Message as a root evaluation object if Message.getJMSReplyTo() is null.
replyToExpression(Expression) - Method in class org.springframework.integration.jms.dsl.JmsInboundGatewaySpec
Set a SpEL expression to resolve a 'replyTo' destination from a request Message as a root evaluation object if Message.getJMSReplyTo() is null.
replyToFunction(CheckedFunction<Message, ?>) - Method in class org.springframework.integration.jms.dsl.JmsInboundGatewaySpec
Set a function to resolve a 'replyTo' destination from a request Message as a root evaluation object if Message.getJMSReplyTo() is null.
requestDestination(Destination) - Method in class org.springframework.integration.jms.dsl.JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec
Specify a request destination for incoming messages.
requestDestination(Destination) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec
 
requestDestination(String) - Method in class org.springframework.integration.jms.dsl.JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec
Specify a request destination for incoming messages.
requestDestination(String) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec
 
requestDestination(Function<Message<P>, ?>) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec
Configure a Function that will be invoked at runtime to determine the destination to which a message will be sent.
requestDestinationExpression(String) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec
 
requestPubSubDomain(boolean) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.integration.jms.config.JmsMessageDrivenEndpointParser
 

S

SESSION_TRANSACTED - Static variable in class org.springframework.integration.jms.util.JmsAdapterUtils
 
SESSION_TRANSACTED_STRING - Static variable in class org.springframework.integration.jms.util.JmsAdapterUtils
 
sessionAcknowledgeMode(int) - Method in class org.springframework.integration.jms.dsl.JmsDestinationAccessorSpec
A session acknowledgement mode.
sessionAcknowledgeMode(int) - Method in class org.springframework.integration.jms.dsl.JmsPollableMessageChannelSpec
 
sessionAcknowledgeMode(Integer) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec.ReplyContainerSpec
 
sessionAcknowledgeModeName(String) - Method in class org.springframework.integration.jms.dsl.JmsDestinationAccessorSpec
A session acknowledgement mode name.
sessionTransacted(boolean) - Method in class org.springframework.integration.jms.dsl.JmsDestinationAccessorSpec
A session transaction mode.
sessionTransacted(boolean) - Method in class org.springframework.integration.jms.dsl.JmsPollableMessageChannelSpec
Configure transactional sessions for both the JmsTemplate (sends and polled receives) and DefaultMessageListenerContainer (message-driven receives).
sessionTransacted(Boolean) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec.ReplyContainerSpec
 
setAcceptMessagesWhileStopping(boolean) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.integration.jms.JmsInboundGateway
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
 
setAutoStartup(boolean) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
setBeanName(String) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setCacheLevel(Integer) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setCacheLevel(Integer) - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
setCacheLevelName(String) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setClientId(String) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setComponentName(String) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
setConcurrency(String) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setConcurrentConsumers(int) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setConcurrentConsumers(Integer) - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.integration.jms.DynamicJmsTemplate
 
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Set the JMS ConnectionFactory that this gateway should use.
setContainerType(Class<? extends AbstractMessageListenerContainer>) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setCorrelationKey(String) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Provide the name of a JMS property that should be copied from the request Message to the reply Message.
setCorrelationKey(String) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Provide the name of a JMS property that should hold a generated UUID that the receiver of the JMS Message would expect to represent the CorrelationID.
setDefaultPriority(int) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Specify the default JMS priority to use when sending request Messages with no IntegrationMessageHeaderAccessor.PRIORITY header.
setDefaultReplyDestination(Destination) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Set the default reply destination to send reply messages to.
setDefaultReplyQueueName(String) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Set the name of the default reply queue to send reply messages to.
setDefaultReplyTopicName(String) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Set the name of the default reply topic to send reply messages to.
setDeliveryModeExpression(Expression) - Method in class org.springframework.integration.jms.JmsSendingMessageHandler
Specify a SpEL expression to evaluate a deliveryMode for the JMS message to send.
setDeliveryModeExpressionString(String) - Method in class org.springframework.integration.jms.JmsSendingMessageHandler
Specify a SpEL expression to evaluate a deliveryMode for the JMS message to send.
setDeliveryPersistent(boolean) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setDeliveryPersistent(boolean) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Set whether message delivery should be persistent or non-persistent, specified as a boolean value ("true" or "false").
setDestination(Destination) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setDestination(Destination) - Method in class org.springframework.integration.jms.JmsDestinationPollingSource
 
setDestination(Destination) - Method in class org.springframework.integration.jms.JmsSendingMessageHandler
 
setDestinationExpression(Expression) - Method in class org.springframework.integration.jms.JmsSendingMessageHandler
 
setDestinationName(String) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setDestinationName(String) - Method in class org.springframework.integration.jms.JmsDestinationPollingSource
 
setDestinationName(String) - Method in class org.springframework.integration.jms.JmsSendingMessageHandler
 
setDestinationResolver(DestinationResolver) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Set the DestinationResolver that should be used to resolve reply destination names for this listener.
setDestinationResolver(DestinationResolver) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setDestinationResolver(DestinationResolver) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Provide the DestinationResolver to use when resolving either a 'requestDestinationName' or 'replyDestinationName' value.
setDurableSubscriptionName(String) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setErrorChannel(MessageChannel) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
setErrorChannel(MessageChannel) - Method in class org.springframework.integration.jms.JmsInboundGateway
 
setErrorChannel(MessageChannel) - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
 
setErrorChannelName(String) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
setErrorChannelName(String) - Method in class org.springframework.integration.jms.JmsInboundGateway
 
setErrorChannelName(String) - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
 
setErrorHandler(ErrorHandler) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setErrorOnTimeout(boolean) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
setErrorOnTimeout(boolean) - Method in class org.springframework.integration.jms.JmsInboundGateway
 
setExceptionListener(ExceptionListener) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setExpectReply(boolean) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Specify whether a JMS reply Message is expected.
setExplicitQosEnabled(boolean) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setExplicitQosEnabled(boolean) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Specify whether explicit QoS settings are enabled (deliveryMode, priority, and timeToLive).
setExplicitQosEnabledForReplies(boolean) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Specify whether explicit QoS should be enabled for replies (for timeToLive, priority, and deliveryMode settings).
setExposeListenerSession(boolean) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setExtractPayload(boolean) - Method in class org.springframework.integration.jms.JmsDestinationPollingSource
The flag to indicate if we should extract body from JMS Message, or use the received JMS Message as Message payload.
setExtractPayload(boolean) - Method in class org.springframework.integration.jms.JmsSendingMessageHandler
Specify whether the payload should be extracted from each integration Message to be used as the JMS Message body.
setExtractReplyPayload(boolean) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Specify whether the Spring Integration reply Message's payload should be extracted prior to converting into a JMS Message.
setExtractReplyPayload(boolean) - Method in class org.springframework.integration.jms.JmsOutboundGateway
This property describes what to do with a JMS reply Message.
setExtractRequestPayload(boolean) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Specify whether the JMS request Message's body should be extracted prior to converting into a Spring Integration Message.
setExtractRequestPayload(boolean) - Method in class org.springframework.integration.jms.JmsOutboundGateway
This property describes how a JMS Message should be generated from the Spring Integration Message.
setHeaderMapper(JmsHeaderMapper) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Provide a JmsHeaderMapper implementation to use when converting between JMS Messages and Spring Integration Messages.
setHeaderMapper(JmsHeaderMapper) - Method in class org.springframework.integration.jms.dsl.JmsInboundGatewaySpec
 
setHeaderMapper(JmsHeaderMapper) - Method in class org.springframework.integration.jms.JmsDestinationPollingSource
 
setHeaderMapper(JmsHeaderMapper) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Provide a JmsHeaderMapper implementation for mapping the Spring Integration Message Headers to/from JMS Message properties.
setHeaderMapper(JmsHeaderMapper) - Method in class org.springframework.integration.jms.JmsSendingMessageHandler
 
setIdleConsumerLimit(Integer) - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
setIdleReplyContainerTimeout(long) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Set the target timeout for idle containers, in seconds.
setIdleReplyContainerTimeout(long, TimeUnit) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Set the target timeout for idle containers.
setIdleTaskExecutionLimit(int) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setIdleTaskExecutionLimit(Integer) - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
setInboundPrefix(String) - Method in class org.springframework.integration.jms.DefaultJmsHeaderMapper
Specify a prefix to be appended to the integration message header name for any JMS property that is being mapped into the MessageHeaders.
setInterceptors(List<ChannelInterceptor>) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setInterceptors(List<ChannelInterceptor>) - Method in class org.springframework.integration.jms.PollableJmsChannel
 
setMapInboundDeliveryMode(boolean) - Method in class org.springframework.integration.jms.DefaultJmsHeaderMapper
Map the inbound deliveryMode by using this setter with 'true'.
setMapInboundExpiration(boolean) - Method in class org.springframework.integration.jms.DefaultJmsHeaderMapper
Map the inbound expiration by using this setter with 'true'.
setMapInboundPriority(boolean) - Method in class org.springframework.integration.jms.DefaultJmsHeaderMapper
Suppress the mapping of inbound priority by using this setter with 'false'.
setMaxConcurrentConsumers(int) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setMaxConcurrentConsumers(Integer) - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
setMaxMessagesPerTask(int) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setMaxMessagesPerTask(Integer) - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
setMaxSubscribers(int) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setMaxSubscribers(int) - Method in class org.springframework.integration.jms.SubscribableJmsChannel
Specify the maximum number of subscribers supported by the channel's dispatcher.
setMessageConverter(MessageConverter) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Provide a MessageConverter implementation to use when converting between JMS Messages and Spring Integration Messages.
setMessageConverter(MessageConverter) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setMessageConverter(MessageConverter) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Provide a MessageConverter strategy to use for converting the Spring Integration request Message into a JMS Message and for converting the JMS reply Messages back into Spring Integration Messages.
setMessageIdEnabled(boolean) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setMessageSelector(String) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setMessageSelector(String) - Method in class org.springframework.integration.jms.JmsDestinationPollingSource
Specify a JMS Message Selector expression to use when receiving Messages.
setMessageSelector(String) - Method in class org.springframework.integration.jms.PollableJmsChannel
 
setMessageTimestampEnabled(boolean) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setMetricsCaptor(MetricsCaptor) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
setObservationConvention(MessageReceiverObservationConvention) - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
 
setObservationConvention(MessageRequestReplyReceiverObservationConvention) - Method in class org.springframework.integration.jms.JmsInboundGateway
 
setObservationRegistry(ObservationRegistry) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
setOutboundPrefix(String) - Method in class org.springframework.integration.jms.DefaultJmsHeaderMapper
Specify a prefix to be appended to the JMS property name for any integration message header that is being mapped into the JMS Message.
setOutputChannel(MessageChannel) - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
 
setOutputChannelName(String) - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
 
setPhase(int) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setPriority(int) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setPubSubDomain(boolean) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setPubSubNoLocal(boolean) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setReceiverObservationConvention(MessageReceiverObservationConvention) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
setReceiveTimeout(long) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setReceiveTimeout(long) - Method in class org.springframework.integration.jms.DynamicJmsTemplate
 
setReceiveTimeout(long) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Set the max timeout value for the MessageConsumer's receive call when waiting for a reply.
setReceiveTimeout(Long) - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
setRecoveryInterval(long) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setRecoveryInterval(Long) - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
setReplyChannel(MessageChannel) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
setReplyChannel(MessageChannel) - Method in class org.springframework.integration.jms.JmsInboundGateway
 
setReplyChannel(MessageChannel) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Specify the Spring Integration reply channel.
setReplyChannelName(String) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
setReplyChannelName(String) - Method in class org.springframework.integration.jms.JmsInboundGateway
 
setReplyContainerProperties(JmsOutboundGateway.ReplyContainerProperties) - Method in class org.springframework.integration.jms.JmsOutboundGateway
 
setReplyDeliveryPersistent(boolean) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Specify the delivery mode for JMS reply Messages.
setReplyDestination(Destination) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Set the JMS Destination from which reply Messages should be received.
setReplyDestinationExpression(Expression) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Set the SpEL Expression to be used for determining the reply Destination instance or reply destination name.
setReplyDestinationName(String) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Set the name of the JMS Destination from which reply Messages should be received.
setReplyPriority(int) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Specify the priority value for JMS reply Messages.
setReplyPubSubDomain(boolean) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Specify whether the reply destination is a Topic.
setReplyTimeout(long) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
setReplyTimeout(long) - Method in class org.springframework.integration.jms.JmsInboundGateway
 
setReplyTimeToLive(long) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Specify the time-to-live property for JMS reply Messages.
setReplyToExpression(Expression) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Set a SpEL expression to resolve a 'replyTo' destination from a request Message as a root evaluation object if Message.getJMSReplyTo() is null.
setRequestChannel(MessageChannel) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
setRequestChannel(MessageChannel) - Method in class org.springframework.integration.jms.JmsInboundGateway
 
setRequestChannelName(String) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
setRequestChannelName(String) - Method in class org.springframework.integration.jms.JmsInboundGateway
 
setRequestDestination(Destination) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Set the JMS Destination to which request Messages should be sent.
setRequestDestinationExpression(Expression) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Set the SpEL Expression to be used for determining the request Destination instance or request destination name.
setRequestDestinationName(String) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Set the name of the JMS Destination to which request Messages should be sent.
setRequestPubSubDomain(boolean) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Specify whether the request destination is a Topic.
setRequestReplyObservationConvention(MessageRequestReplyReceiverObservationConvention) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
setRequestTimeout(long) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
setRequestTimeout(long) - Method in class org.springframework.integration.jms.JmsInboundGateway
 
setRequiresReply(boolean) - Method in class org.springframework.integration.jms.JmsOutboundGateway
 
setSendTimeout(long) - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
 
setSessionAcknowledgeMode(int) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setSessionAcknowledgeMode(Integer) - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
setSessionAcknowledgeMode(String) - Method in class org.springframework.integration.jms.JmsDestinationPollingSource
 
setSessionAcknowledgeMode(String) - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
Set the session acknowledge mode on the listener container.
setSessionAcknowledgeModeName(String) - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
setSessionTransacted(boolean) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setSessionTransacted(Boolean) - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
setShouldTrack(boolean) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
setShouldTrack(boolean) - Method in class org.springframework.integration.jms.JmsInboundGateway
 
setShouldTrack(boolean) - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
 
setShutdownContainerOnStop(boolean) - Method in class org.springframework.integration.jms.JmsInboundGateway
Set to false to prevent listener container shutdown when the endpoint is stopped.
setShutdownContainerOnStop(boolean) - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
Set to false to prevent listener container shutdown when the endpoint is stopped.
setSubscriptionDurable(boolean) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setSubscriptionShared(boolean) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setTaskExecutor(Executor) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setTaskExecutor(Executor) - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
setTimeToLive(long) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setTimeToLive(long) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Specify the timeToLive for each sent Message.
setTimeToLiveExpression(Expression) - Method in class org.springframework.integration.jms.JmsSendingMessageHandler
Specify a SpEL expression to evaluate a timeToLive for the JMS message to send.
setTimeToLiveExpressionString(String) - Method in class org.springframework.integration.jms.JmsSendingMessageHandler
Specify a SpEL expression to evaluate a timeToLive for the JMS message to send.
setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setTransactionName(String) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setTransactionTimeout(int) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setUseReplyContainer(boolean) - Method in class org.springframework.integration.jms.JmsOutboundGateway
 
shouldGenerateId() - Method in class org.springframework.integration.jms.config.JmsInboundChannelAdapterParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.jms.config.JmsInboundChannelAdapterParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.jms.config.JmsMessageDrivenEndpointParser
 
shutdownContainerOnStop(boolean) - Method in class org.springframework.integration.jms.dsl.JmsInboundGatewaySpec
Set to false to prevent listener container shutdown when the endpoint is stopped.
shutdownContainerOnStop(boolean) - Method in class org.springframework.integration.jms.dsl.JmsMessageDrivenChannelAdapterSpec
Set to 'false' to prevent listener container shutdown when the endpoint is stopped.
start() - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
start() - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
start() - Method in class org.springframework.integration.jms.JmsOutboundGateway
 
start() - Method in class org.springframework.integration.jms.SubscribableJmsChannel
 
stop() - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
stop() - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
stop() - Method in class org.springframework.integration.jms.JmsOutboundGateway
 
stop() - Method in class org.springframework.integration.jms.SubscribableJmsChannel
 
stop(Runnable) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
stop(Runnable) - Method in class org.springframework.integration.jms.SubscribableJmsChannel
 
SubscribableJmsChannel - Class in org.springframework.integration.jms
An AbstractJmsChannel implementation for message-driven subscriptions.
SubscribableJmsChannel(AbstractMessageListenerContainer, JmsTemplate) - Constructor for class org.springframework.integration.jms.SubscribableJmsChannel
 
subscribe(MessageHandler) - Method in class org.springframework.integration.jms.SubscribableJmsChannel
 
subscriptionDurable(boolean) - Method in class org.springframework.integration.jms.dsl.JmsListenerContainerSpec
 
subscriptionDurable(boolean) - Method in class org.springframework.integration.jms.dsl.JmsPublishSubscribeMessageChannelSpec
 
subscriptionShared(boolean) - Method in class org.springframework.integration.jms.dsl.JmsListenerContainerSpec
Set whether to make the subscription shared.
subscriptionShared(boolean) - Method in class org.springframework.integration.jms.dsl.JmsMessageChannelSpec
 

T

taskExecutor(Executor) - Method in class org.springframework.integration.jms.dsl.JmsDefaultListenerContainerSpec
Specify an Executor.
taskExecutor(Executor) - Method in class org.springframework.integration.jms.dsl.JmsMessageChannelSpec
Only applies if the JmsMessageChannelSpec.containerType(Class) is a DefaultMessageListenerContainer or a SimpleMessageListenerContainer.
taskExecutor(Executor) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec.ReplyContainerSpec
 
timeToLive(long) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec
 
timeToLive(long) - Method in class org.springframework.integration.jms.dsl.JmsPollableMessageChannelSpec
 
timeToLive(long) - Method in class org.springframework.integration.jms.dsl.JmsTemplateSpec
 
timeToLiveExpression(String) - Method in class org.springframework.integration.jms.dsl.JmsOutboundChannelAdapterSpec
Specify a SpEL expression to evaluate a timeToLive for JMS message to send.
timeToLiveFunction(Function<Message<P>, ?>) - Method in class org.springframework.integration.jms.dsl.JmsOutboundChannelAdapterSpec
Specify a Function to resolve a timeToLive for JMS message to send.
toHeaders(Message) - Method in class org.springframework.integration.jms.DefaultJmsHeaderMapper
 
transactionManager(PlatformTransactionManager) - Method in class org.springframework.integration.jms.dsl.JmsDefaultListenerContainerSpec
A PlatformTransactionManager reference.
transactionManager(PlatformTransactionManager) - Method in class org.springframework.integration.jms.dsl.JmsMessageChannelSpec
Only applies if the JmsMessageChannelSpec.containerType(Class) is a DefaultMessageListenerContainer.
transactionName(String) - Method in class org.springframework.integration.jms.dsl.JmsDefaultListenerContainerSpec
A name for transaction.
transactionName(String) - Method in class org.springframework.integration.jms.dsl.JmsMessageChannelSpec
Only applies if the JmsMessageChannelSpec.containerType(Class) is a DefaultMessageListenerContainer.
transactionTimeout(int) - Method in class org.springframework.integration.jms.dsl.JmsDefaultListenerContainerSpec
A transaction timeout.
transactionTimeout(int) - Method in class org.springframework.integration.jms.dsl.JmsMessageChannelSpec
Only applies if the JmsMessageChannelSpec.containerType(Class) is a DefaultMessageListenerContainer.

U

unsubscribe(MessageHandler) - Method in class org.springframework.integration.jms.SubscribableJmsChannel
 
A B C D E F G H I J L M O P R S T U 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form