阅读背景:

我们使用spring集成从MQ接收多线程处理消息

来源:互联网 

We get trades from various exchanges and we need to load trades in a same order we receive from MQ, the reason we retain in same order is some times exchange may send change and delete record type of same trade, in this case we need to process change before delete. I noticed each message taking 21 milli secs (xml -> jaxb object-->pojo-->db) to load in our system. Exchanges drops a xml messages in MQ. With Spring integration how can I improve the trade load taking of 21 milli seconds/msg to some where around 10 millisecs, at the same time need to retain same order and should be grace fully terminate the process.We get trades from various exchanges and we nee




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: