306.4. 制作者使用情况

306.4.1. InOnly Producer - (默认)

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

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