是否可以在将消息发送到队列后向客户端发送同步响应?
<proxy name="VssService" startOnLoad="true" transports="http https" xmlns="http://ws.apache.org/ns/synapse">
<target>
<inSequence>
<log description="LOG REQUEST" level="full"/>
<property name="OUT_ONLY" scope="default" type="STRING" value="true"/>
<property name="FORCE_SC_ACCEPTED" scope="axis2" type="STRING" value="true"/>
<send>
<endpoint key="VssEP"/>
</send>
</inSequence>
<outSequence/>
<faultSequence/>
</target>
</proxy>
1条答案
按热度按时间yvgpqqbh1#
是的,您可以,在这种情况下,您将不得不实现JMS双通 dojo 景。看看this和this。