我的骆驼设置如下:
<route>
<from ur="servlet:///test"/>
<to uri="direct:check1"/>
<to uri="direct:check2"/>
<to uri="direct:check3"/>
<to uri="direct:myprocessor"/>
</route>
由于我将其设置为请求/回复(输入输出)模式,我很困惑,如果在check1,2或3上有一个特定消息/交换的进程停止问题如何“快速失败”回复而不通过其他路线?