Index
All Classes and Interfaces|All Packages
A
- AcknowledgeMode - Class in org.springframework.boot.jms.autoconfigure
-
Acknowledge modes for a JMS Session.
- AUTO - Static variable in class org.springframework.boot.jms.autoconfigure.AcknowledgeMode
-
Messages sent or received from the session are automatically acknowledged.
C
- Cache() - Constructor for class org.springframework.boot.jms.autoconfigure.JmsProperties.Cache
- CLIENT - Static variable in class org.springframework.boot.jms.autoconfigure.AcknowledgeMode
-
Messages are acknowledged once the message listener implementation has called
Message.acknowledge(). - configure(DefaultJmsListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.jms.autoconfigure.DefaultJmsListenerContainerFactoryConfigurer
-
Configure the specified jms listener container factory.
- ConnectionFactoryUnwrapper - Class in org.springframework.boot.jms
-
Unwrap a
ConnectionFactorythat may have been wrapped to perform caching or pooling. - createContributor(Map) - Method in class org.springframework.boot.jms.autoconfigure.health.JmsHealthContributorAutoConfiguration
- createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.jms.autoconfigure.health.JmsHealthContributorAutoConfiguration
- createIndicator(ConnectionFactory) - Method in class org.springframework.boot.jms.autoconfigure.health.JmsHealthContributorAutoConfiguration
- createPooledConnectionFactory(ConnectionFactory) - Method in class org.springframework.boot.jms.autoconfigure.JmsPoolConnectionFactoryFactory
-
Create a
JmsPoolConnectionFactorybased on the specifiedConnectionFactory.
D
- DefaultJmsListenerContainerFactoryConfigurer - Class in org.springframework.boot.jms.autoconfigure
-
Configure
DefaultJmsListenerContainerFactorywith sensible defaults tuned using configuration properties. - DefaultJmsListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.jms.autoconfigure.DefaultJmsListenerContainerFactoryConfigurer
- determineQosEnabled() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Template
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.jms.health.JmsHealthIndicator
- DUPS_OK - Static variable in class org.springframework.boot.jms.autoconfigure.AcknowledgeMode
-
Similar to auto acknowledgment except that said acknowledgment is lazy.
F
- formatConcurrency() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Listener
G
- getAcknowledgeMode() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Listener.Session
- getAcknowledgeMode() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Template.Session
- getBlockIfFullTimeout() - Method in class org.springframework.boot.jms.autoconfigure.JmsPoolConnectionFactoryProperties
- getCache() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties
- getClientId() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties
- getDefaultDestination() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Template
- getDeliveryDelay() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Template
- getDeliveryMode() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Template
- getIdleTimeout() - Method in class org.springframework.boot.jms.autoconfigure.JmsPoolConnectionFactoryProperties
- getJndiName() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties
- getListener() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties
- getMaxConcurrency() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Listener
- getMaxConnections() - Method in class org.springframework.boot.jms.autoconfigure.JmsPoolConnectionFactoryProperties
- getMaxMessagesPerTask() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Listener
- getMaxSessionsPerConnection() - Method in class org.springframework.boot.jms.autoconfigure.JmsPoolConnectionFactoryProperties
- getMinConcurrency() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Listener
- getMode() - Method in class org.springframework.boot.jms.autoconfigure.AcknowledgeMode
- getPriority() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Template
- getQosEnabled() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Template
- getReceiveTimeout() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Listener
- getReceiveTimeout() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Template
- getSession() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Listener
- getSession() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Template
- getSessionCacheSize() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Cache
- getTemplate() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties
- getTimeBetweenExpirationCheck() - Method in class org.springframework.boot.jms.autoconfigure.JmsPoolConnectionFactoryProperties
- getTimeToLive() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Template
- getTransacted() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Listener.Session
- getValue() - Method in enum class org.springframework.boot.jms.autoconfigure.JmsProperties.DeliveryMode
I
- isAutoStartup() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Listener
- isBlockIfFull() - Method in class org.springframework.boot.jms.autoconfigure.JmsPoolConnectionFactoryProperties
- isConsumers() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Cache
- isEnabled() - Method in class org.springframework.boot.jms.autoconfigure.JmsPoolConnectionFactoryProperties
- isEnabled() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Cache
- isProducers() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Cache
- isPubSubDomain() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties
- isSubscriptionDurable() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties
- isTransacted() - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Template.Session
- isUseAnonymousProducers() - Method in class org.springframework.boot.jms.autoconfigure.JmsPoolConnectionFactoryProperties
J
- JmsAutoConfiguration - Class in org.springframework.boot.jms.autoconfigure
-
Auto-configurationfor Spring JMS. - JmsAutoConfiguration() - Constructor for class org.springframework.boot.jms.autoconfigure.JmsAutoConfiguration
- JmsHealthContributorAutoConfiguration - Class in org.springframework.boot.jms.autoconfigure.health
-
Auto-configurationforJmsHealthIndicator. - JmsHealthIndicator - Class in org.springframework.boot.jms.health
-
HealthIndicatorfor a JMSConnectionFactory. - JmsHealthIndicator(ConnectionFactory) - Constructor for class org.springframework.boot.jms.health.JmsHealthIndicator
- JmsPoolConnectionFactoryFactory - Class in org.springframework.boot.jms.autoconfigure
-
Factory to create a
JmsPoolConnectionFactoryfrom properties defined inJmsPoolConnectionFactoryProperties. - JmsPoolConnectionFactoryFactory(JmsPoolConnectionFactoryProperties) - Constructor for class org.springframework.boot.jms.autoconfigure.JmsPoolConnectionFactoryFactory
- JmsPoolConnectionFactoryProperties - Class in org.springframework.boot.jms.autoconfigure
-
Configuration properties for connection factory pooling.
- JmsPoolConnectionFactoryProperties() - Constructor for class org.springframework.boot.jms.autoconfigure.JmsPoolConnectionFactoryProperties
- JmsProperties - Class in org.springframework.boot.jms.autoconfigure
-
Configuration properties for JMS.
- JmsProperties() - Constructor for class org.springframework.boot.jms.autoconfigure.JmsProperties
- JmsProperties.Cache - Class in org.springframework.boot.jms.autoconfigure
- JmsProperties.DeliveryMode - Enum Class in org.springframework.boot.jms.autoconfigure
- JmsProperties.Listener - Class in org.springframework.boot.jms.autoconfigure
- JmsProperties.Listener.Session - Class in org.springframework.boot.jms.autoconfigure
- JmsProperties.Template - Class in org.springframework.boot.jms.autoconfigure
- JmsProperties.Template.Session - Class in org.springframework.boot.jms.autoconfigure
- JndiConnectionFactoryAutoConfiguration - Class in org.springframework.boot.jms.autoconfigure
-
Auto-configurationfor JMS provided from JNDI. - JndiConnectionFactoryAutoConfiguration() - Constructor for class org.springframework.boot.jms.autoconfigure.JndiConnectionFactoryAutoConfiguration
L
- Listener() - Constructor for class org.springframework.boot.jms.autoconfigure.JmsProperties.Listener
N
- NON_PERSISTENT - Enum constant in enum class org.springframework.boot.jms.autoconfigure.JmsProperties.DeliveryMode
-
Does not require that the message be logged to stable storage.
O
- of(String) - Static method in class org.springframework.boot.jms.autoconfigure.AcknowledgeMode
-
Creates an
AcknowledgeModeof the givenmode. - org.springframework.boot.jms - package org.springframework.boot.jms
-
Support for Java Message Service (JMS).
- org.springframework.boot.jms.autoconfigure - package org.springframework.boot.jms.autoconfigure
-
Auto-configuration for JMS.
- org.springframework.boot.jms.autoconfigure.health - package org.springframework.boot.jms.autoconfigure.health
-
Auto-configuration for JMS health.
- org.springframework.boot.jms.health - package org.springframework.boot.jms.health
-
Health integration for JMS.
P
- PERSISTENT - Enum constant in enum class org.springframework.boot.jms.autoconfigure.JmsProperties.DeliveryMode
S
- Session() - Constructor for class org.springframework.boot.jms.autoconfigure.JmsProperties.Listener.Session
- Session() - Constructor for class org.springframework.boot.jms.autoconfigure.JmsProperties.Template.Session
- setAcknowledgeMode(AcknowledgeMode) - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Listener.Session
- setAcknowledgeMode(AcknowledgeMode) - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Template.Session
- setAutoStartup(boolean) - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Listener
- setBlockIfFull(boolean) - Method in class org.springframework.boot.jms.autoconfigure.JmsPoolConnectionFactoryProperties
- setBlockIfFullTimeout(Duration) - Method in class org.springframework.boot.jms.autoconfigure.JmsPoolConnectionFactoryProperties
- setClientId(String) - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties
- setConsumers(boolean) - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Cache
- setDefaultDestination(String) - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Template
- setDeliveryDelay(Duration) - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Template
- setDeliveryMode(JmsProperties.DeliveryMode) - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Template
- setEnabled(boolean) - Method in class org.springframework.boot.jms.autoconfigure.JmsPoolConnectionFactoryProperties
- setEnabled(boolean) - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Cache
- setIdleTimeout(Duration) - Method in class org.springframework.boot.jms.autoconfigure.JmsPoolConnectionFactoryProperties
- setJndiName(String) - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties
- setMaxConcurrency(Integer) - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Listener
- setMaxConnections(int) - Method in class org.springframework.boot.jms.autoconfigure.JmsPoolConnectionFactoryProperties
- setMaxMessagesPerTask(Integer) - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Listener
- setMaxSessionsPerConnection(int) - Method in class org.springframework.boot.jms.autoconfigure.JmsPoolConnectionFactoryProperties
- setMinConcurrency(Integer) - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Listener
- setPriority(Integer) - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Template
- setProducers(boolean) - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Cache
- setPubSubDomain(boolean) - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties
- setQosEnabled(Boolean) - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Template
- setReceiveTimeout(Duration) - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Template
- setReceiveTimeout(Duration) - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Listener
- setSessionCacheSize(int) - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Cache
- setSubscriptionDurable(boolean) - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties
- setTimeBetweenExpirationCheck(Duration) - Method in class org.springframework.boot.jms.autoconfigure.JmsPoolConnectionFactoryProperties
- setTimeToLive(Duration) - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Template
- setTransacted(boolean) - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Template.Session
- setTransacted(Boolean) - Method in class org.springframework.boot.jms.autoconfigure.JmsProperties.Listener.Session
- setUseAnonymousProducers(boolean) - Method in class org.springframework.boot.jms.autoconfigure.JmsPoolConnectionFactoryProperties
T
- Template() - Constructor for class org.springframework.boot.jms.autoconfigure.JmsProperties.Template
U
- unwrap(ConnectionFactory) - Static method in class org.springframework.boot.jms.ConnectionFactoryUnwrapper
-
Return the native
ConnectionFactoryby unwrapping it from a cache or pool connection factory. - unwrapCaching(ConnectionFactory) - Static method in class org.springframework.boot.jms.ConnectionFactoryUnwrapper
-
Return the native
ConnectionFactoryby unwrapping from aCachingConnectionFactory.
V
- valueOf(String) - Static method in enum class org.springframework.boot.jms.autoconfigure.JmsProperties.DeliveryMode
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.springframework.boot.jms.autoconfigure.JmsProperties.DeliveryMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- wrapConnectionFactory(XAConnectionFactory) - Method in interface org.springframework.boot.jms.XAConnectionFactoryWrapper
-
Wrap the specific
XAConnectionFactoryand enroll it with a JTATransactionManager.
X
- XAConnectionFactoryWrapper - Interface in org.springframework.boot.jms
-
Strategy interface used to wrap a JMS
XAConnectionFactoryenrolling it with a JTATransactionManager.
All Classes and Interfaces|All Packages