spring-framework / org.springframework.jms.annotation / JmsListenerConfigurer / configureJmsListeners

configureJmsListeners

abstract fun configureJmsListeners(registrar: JmsListenerEndpointRegistrar): Unit

Callback allowing a org.springframework.jms.config.JmsListenerEndpointRegistry and specific org.springframework.jms.config.JmsListenerEndpoint instances to be registered against the given JmsListenerEndpointRegistrar. The default org.springframework.jms.config.JmsListenerContainerFactory can also be customized.

Parameters

registrar - the registrar to be configured