Four modes of 1.mule ESB Integration SystemA. Simple service Mode
a synchronous call that belongs to several Web service, request response processing mode. B. Bridging mode
C. Checker mode
the validator mode filters the service request by defining a checksum filter and synchronously returns the ACK (acknowledge) or nack (not acknowledge) result. Service requests that are verified are distributed asynchronously to the processor.
D. Service agent model
in the integration we use the D mode, in the middle of a proxy to transit request processing, the address of the external release is flexible, when the provider's Web service changes, there is no need to change the service user's code, equivalent to the role of decoupling.
2.*.flow graphic File design
the corresponding code flow is:
<?xml version= "1.0" encoding= "UTF-8"? ><mule xmlns= "Http://www.mulesoft.org/schema/mule/core" xmlns:http= " Http://www.mulesoft.org/schema/mule/http "xmlns:cxf=" HTTP://WWW.MULESOFT.ORG/SCHEMA/MULE/CXF "xmlns:doc="/HTTP/ Www.mulesoft.org/schema/mule/documentation "xmlns:spring=" Http://www.springframework.org/schema/beans "version=" EE-3.4.1 "xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance "xsi:schemalocation=" http://www.mulesoft.org/ Schema/mule/http http://www.mulesoft.org/schema/mule/http/current/mule-http.xsdhttp://www.mulesoft.org/schema/ MULE/CXF http://www.mulesoft.org/schema/mule/cxf/current/mule-cxf.xsdhttp://www.springframework.org/schema/ Beans http://www.springframework.org/schema/beans/spring-beans-current.xsdhttp://www.mulesoft.org/schema/mule/ Core http://www.mulesoft.org/schema/mule/core/current/mule.xsd "> <flow name=" webservice_proxy_test "Doc:name = "Webservice_proxy_test" > Packaging the release, deploying the ESB separately on one server, can also reduce the pressure on other servers, making the request go through the ESB server.
Where the The Mule ESB is a message framework for data interaction between applications, and various applications are encapsulated by the ESB in order to serve transport to enable the data between services to interact, and the data is converted into data formats during transport transfer. The Mule ESB solves the interaction problems among various systems, platforms, and complex systems, and supports a variety of transport protocols, such as JMS, FTP, JSON, XML, RMI, in addition to Web service support. the next one is about to invoke the JMS messaging service through the ESB so that each system can communicate asynchronously.
ESB (iii) Integration of Web service services across platforms and heterogeneous systems