32.7. groupSize 샘플이 있는 처리량 로거
아래 경로에서는 10개의 메시지로 그룹화된 DEBUG
수준에서 들어오는 주문의 처리량을 기록합니다.
from("activemq:orders"). to("log:com.mycompany.order?level=DEBUG&groupSize=10").to("bean:processOrder");
from("activemq:orders").
to("log:com.mycompany.order?level=DEBUG&groupSize=10").to("bean:processOrder");