Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Spring Integration 元素的配置(如果有)将支持以下模型:
假设您的意思是使用 JMS,
<jms:message-driven-channel-adapter/>
查看concurrent-consumers、max-concurrent-consumers、idle-consumer-limit、idle-task-execution-limit等属性。
消费者管理全部由底层核心 Spring DefaultMessageListenerContainer 完成。