Reputation: 157
We own a product written in .NET and that uses MS SQL Server. We need to write a new Integration layer that allows integration with a number of third party applications such as Jira, ServiceNow etc. Our endeavor is to use a Microservice based architecture for this integration later and not use an iPaaS or Centralized ESB. Questions are:
Upvotes: 0
Views: 76
Reputation: 25664
Please find the answers below:
No. Mule 4 is a Java application and currently is not meant to be embedded.
No. Mule 4 is not distributed as an embedded Java library.
No. You can run Mule as a standalone service or application without using MuleSoft's Control Plane. Be aware that you will lose all management features from the platform.
Please define to what you refer as "Microservice based embedded Mule". If you mean in the scenarios mentioned in questions 1) or 2) then the answer is no, because those are not valid deployment options for Mule 4.
Yes. There is a .Net Connector to execute .Net code from a Mule application. Look for the last release in the release notes.
Upvotes: 1