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.
我希望路由同时在多个线程中运行。
from(¨timer://foo¨).to(¨jdbc://myDataSource¨).to(¨mock:results¨)
我可以使用两条路线(计时器 + seda)来获得那种结果,但这很难看(除了使用额外的线程),或者我可以多次创建路线。有没有正常的方法来获得这种行为?
我认为您可以使用concurrentConsumers或线程选项。请参阅描述这些选项的竞争消费者 EIP和SEDA页面。希望能帮助到你!