InterviewSolution
Saved Bookmarks
| 1. |
What is a runtime manager in Mule? |
|
Answer» In Mule, a runtime manager is used for deploying and managing Mule applications. This is DONE on the Mule runtime engine where Mule runtime is running. We can deploy or pause the mule application by using runtime manager. We can also change the runtime VERSION of the application at a given TIME. The WORKER size can be increased or DECREASED as well. |
|