213.5. groupSize 샘플이 있는 처리량 로거

아래 경로에서 10개의 메시지로 그룹화된 DEBUG 수준에서 들어오는 주문의 처리량을 기록합니다.

from("activemq:orders").
    to("log:com.mycompany.order?level=DEBUG&groupSize=10").to("bean:processOrder");