有没有一种方法可以测试基于以下场景的选择路由器http.status
?我正在寻找一种方法来测试路由器的第一个条件
<flow>
<choice>
<when expression="#[message.inboundProperties['http.status'] !=201">
......
<otherwise>
.....
</otherwise>
</choice>
</flow>
我想验证javax.ws.rs.core.Response
HTTP 端点是否可以正确处理 with 。