• S
    Register lazy @JmsListener components · 5c9f09c2
    Stephane Nicoll 提交于
    Support the creation and registration of message listener containers in
    a lazy manner, that is after the container initialization has completed.
    
    Such support brought an interesting brainstorming of the thread safety
    if JmsListenerEndpointRegistrar and JmsListenerEndpointRegistry so those
    have also been revisited as part of this commit.
    
    Issue: SPR-12774
    5c9f09c2
JmsListenerEndpointRegistrar.java 7.4 KB