307.4. 制作者使用情况

307.4.1. InOnly Producer - (默认)

InOnly producer 是 SJMS2 Producer Endpoint 的默认行为。

from("direct:start")
    .to("sjms2:queue:bar");