297.9. 提取队列信息。 如果需要,可以在不需要使用 JMX 的情况下获得队列大小等信息: SedaEndpoint seda = context.getEndpoint("seda:xxxx"); int size = seda.getExchanges().size(); SedaEndpoint seda = context.getEndpoint("seda:xxxx"); int size = seda.getExchanges().size(); Copy to Clipboard Copied! Toggle word wrap Toggle overflow 前一个下一个