213.6. 带有 groupInterval 示例的吞吐量日志记录器

此路由将导致每 10 个信息记录统计记录,如果不存在任何消息流量,仍会显示初始 60s 延迟和 stats。

from("activemq:orders").
    to("log:com.mycompany.order?level=DEBUG&groupInterval=10000&groupDelay=60000&groupActiveOnly=false").to("bean:processOrder");

会记录以下内容:

"Received: 1000 new messages, with total 2000 so far. Last group took: 10000 millis which is: 100 messages per second. average: 100"