InterviewSolution
| 1. |
What Is Connector In Mule ? |
|
Answer» A CONNECTOR is in charge of CONTROLLING the usage of a particular protocol. It is configured with parameters that are specific to this protocol and holds any state that can be SHARED with the underlying entities in charge of the actual communications. For example: a JMS connector is configured with a Connection, which is shared by the different entities in charge of the actual COMMUNICATION. A connector is in charge of controlling the usage of a particular protocol. It is configured with parameters that are specific to this protocol and holds any state that can be shared with the underlying entities in charge of the actual communications. For example: a JMS connector is configured with a Connection, which is shared by the different entities in charge of the actual communication. |
|