Package org.springframework.jms.config
@NonNullApi
@NonNullFields
package org.springframework.jms.config
Support package for declarative messaging configuration,
with Java configuration and XML schema support.
-
ClassDescriptionBase
JmsListenerContainerFactory
for Spring's base container implementation.Base model for a JMS listener endpoint.AJmsListenerContainerFactory
implementation to build a JCA-basedJmsMessageEndpointManager
.AJmsListenerContainerFactory
implementation to build a regularDefaultMessageListenerContainer
.Configuration constants for internal sharing across subpackages.Factory ofMessageListenerContainer
based on aJmsListenerEndpoint
definition.Model for a JMS listener endpoint.Helper bean for registeringJmsListenerEndpoint
with aJmsListenerEndpointRegistry
.Creates the necessaryMessageListenerContainer
instances for the registered endpoints.ANamespaceHandler
for the JMS namespace.AJmsListenerEndpoint
providing the method to invoke to process an incoming message for this endpoint.AJmsListenerContainerFactory
implementation to build a standardSimpleMessageListenerContainer
.AJmsListenerEndpoint
simply providing theMessageListener
to invoke to process an incoming message for this endpoint.