Package | Description |
---|---|
org.springframework.jms.annotation |
Annotations and support classes for declarative JMS listener endpoints.
|
org.springframework.jms.config |
Support package for declarative messaging configuration,
with Java configuration and XML schema support.
|
Modifier and Type | Method and Description |
---|---|
JmsListenerEndpointRegistry |
JmsBootstrapConfiguration.defaultJmsListenerEndpointRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
JmsListenerAnnotationBeanPostProcessor.setEndpointRegistry(JmsListenerEndpointRegistry endpointRegistry)
Set the
JmsListenerEndpointRegistry that will hold the created
endpoint and manage the lifecycle of the related listener container. |
Modifier and Type | Method and Description |
---|---|
JmsListenerEndpointRegistry |
JmsListenerEndpointRegistrar.getEndpointRegistry()
Return the
JmsListenerEndpointRegistry instance for this
registrar, may be null . |
Modifier and Type | Method and Description |
---|---|
void |
JmsListenerEndpointRegistrar.setEndpointRegistry(JmsListenerEndpointRegistry endpointRegistry)
Set the
JmsListenerEndpointRegistry instance to use. |