InterviewSolution
| 1. |
What Is Global Endpoint In Mule ? |
|
Answer» An ENDPOINT destination that is shared by several ROUTERS, it is worth creating a global endpoint. A global endpoint is not typified for inbound or outbound routing, making it usable in many different places in a configuration file. It must be NAMED so it can actually be used in a service, which will reference the global endpoint by its name. A global endpoint can also help clarify the USAGE of a PARTICULAR destination. An endpoint destination that is shared by several routers, it is worth creating a global endpoint. A global endpoint is not typified for inbound or outbound routing, making it usable in many different places in a configuration file. It must be named so it can actually be used in a service, which will reference the global endpoint by its name. A global endpoint can also help clarify the usage of a particular destination. |
|