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.
Mule ESB 源代码中的哪个 java 类管理对队列消息的访问?例如,从队列中移动消息并将其进一步传递到要处理的流中。
谢谢你。
执行从队列中挑选并将其传递给要处理的流的过程的组件是 WorkManager。
摘自 Mule Soft 网站
此外,可以为队列中等待的每条消息分配来自线程池的不同线程。称为工作管理器的组件将挂起的消息分配给可用线程,因此可以并行处理它们。