122.12. 提取队列信息 如果需要,可以在不需要使用 JMX 的情况下获得队列大小等信息: SedaEndpoint seda = context.getEndpoint("seda:xxxx"); int size = seda.getExchanges().size(); 前一个下一个