如何关联通过camel-netty组件发送的消息

时间:2018-01-02 18:04:00

标签: apache-camel netty

from(jetty).bean(RequestProcessor).to(netty).bean(ResponseProcessor)

在上述路由中,netty端点可以根据下游延迟以任何顺序返回消息。例如,消息以msg1,msg2的顺序到达并通过netty发送。 Netty可以按msg2,msg1。

的顺序接收消息
  1. 我们如何关联上述路线中的消息?当消息到达ResponseProcessor时,Exchange.CORRELATION_ID是什么?
  2. 我们如何回复正确的http请求?

0 个答案:

没有答案