• S
    polishing · 6aa16b74
    Stephane Nicoll 提交于
    This commit removes the queue attribute of the JmsListener annotation
    as this information should be provided by the container factory and not
    by each individual listener endpoints.
    
    There was a side effect that an annotation value cannot be null, which
    was forcing the container to be a queue-based container by default.
    
    Issue: SPR-9882
    6aa16b74
MessageListenerContainer.java 1.6 KB