标签: apache-camel netty
from(jetty).bean(RequestProcessor).to(netty).bean(ResponseProcessor)
在上述路由中,netty端点可以根据下游延迟以任何顺序返回消息。例如,消息以msg1,msg2的顺序到达并通过netty发送。 Netty可以按msg2,msg1。