简体   繁体   中英

Ax 2012 AIF adapters

I would like to understand benefits and disadvantages by using FileAdapter(async mode) and NetTcp(sync mode) for integration with external system (BizTalk is in middle as well). For each of inbound message a the response message should be sent back. (response message should contain error descriptions if something failed or some "Ok" descriptions is success cases)

Let's assume, about hundred different kind of integrations (mostly of them inserts data in AX) are used. Thousends of messages per day for each of integration.

What would be the best approach in this case (from performance, usability point of view)? To use Async mode by FileAdapter (additional outbound message for response) or use NetTcp sync mode( by calling as service)

Thanks

如果不是必须进行同步消息交换,那么我会选择使用文件系统适配器,这样可以减少系统的负载,从而提高性能。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM