InterviewSolution
| 1. |
When Does Mule Instantiates A Connector ? |
|
Answer» If Mule FIGURES out that one of our endpoints NEEDS a particular connector, it will automatically INSTANTIATE one for us, using all the default values for its different configuration parameters. This is a perfectly viable APPROACH if we are satisfied with the behavior of the connector when it uses its default configuration. This is often the CASE for the VM or HTTP transports. Note that Mule will name these default connectors with monikers such as connector.http.0. If Mule figures out that one of our endpoints needs a particular connector, it will automatically instantiate one for us, using all the default values for its different configuration parameters. This is a perfectly viable approach if we are satisfied with the behavior of the connector when it uses its default configuration. This is often the case for the VM or HTTP transports. Note that Mule will name these default connectors with monikers such as connector.http.0. |
|