306.4. 생산자 사용

306.4.1. InOnly Producer - (기본값)

InOnly 생산자는 SJMS Producer Endpoint의 기본 동작입니다.

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