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