Summary
In this chapter, we have seen how we can implement a solution architecture based on messaging that permits you to integrate Microsoft Dynamics NAV with different geographically distributed applications that collect sales orders. Here, we have learned how to configure Azure Service Bus, how to send and retrieve a message from a Service Bus queue, and how to use Azure Service Bus in a business scenario in order to guarantee reliable transactions and FIFO processing of orders.
After reading this book, you should have a complete overview on how you can efficiently handle different business scenario which require integrating Microsoft Dynamics NAV with external applications that can be on your network or geographically distributed. You've learned the following topics:
- Using native Microsoft Dynamics NAV web services tp expose the ERP business logic
- Creating integration layers for decoupling the ERP from the external world
- Creating integration layers that make communication between...