-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Description
Juergen Hoeller opened SPR-9882 and commented
@JmsListener(destination="myQueue", selector="...")
public void handleMessage(String payload)
Activated through jms:annotation-driven, possibly underneath a jms:listener-container element. Creating and registering DefaultMessageListenerContainer beans underneath the covers, just like for jms:listener entries.
Issue Links:
- Support JMS 2.0 (JSR-343) [SPR-8197] #12846 Support JMS 2.0 (JSR-343)
- Applying the spring-messaging module to JMS [SPR-10873] #15500 Applying the spring-messaging module to JMS
- Support JMS 2.0's shared consumers in message listener containers [SPR-11969] #16585 Support JMS 2.0's shared consumers in message listener containers
- JmsListener/ScheduledAnnotationBeanPostProcessor should use SmartInitializingSingleton instead of ContextRefreshedEvent [SPR-12039] #16655 JmsListener/ScheduledAnnotationBeanPostProcessor should use SmartInitializingSingleton instead of ContextRefreshedEvent
- Backward compatibility: initDefaultStrategies() is no longer invoked on subclasses of "MessageListenerAdapter" [SPR-15043] #19609 Backward compatibility: initDefaultStrategies() is no longer invoked on subclasses of "MessageListenerAdapter"
Referenced from: commits 6aa16b7, 713dd60, 50c5cc0, a9100c4
1 votes, 5 watchers
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement