296.9. 提取队列信息.

如果需要,可以在不使用 JMX 的情况下获取队列大小等信息:

SedaEndpoint seda = context.getEndpoint("seda:xxxx");
int size = seda.getExchanges().size();