Why would a Mule application use the ${http.port} property placeholder for its HTTP Listener port when it is deployed to CloudHub?
Why would a Mule application use the ${http.port} property placeholder for its HTTP Listener port when it is deployed to CloudHub?
Using the ${http.port} property placeholder allows CloudHub to automatically assign an HTTP port that enables external clients to connect to the HTTP Listener. This is essential in a cloud environment where specific port assignments may vary, ensuring that the application is accessible without hardcoding port numbers.
According to ChatGPT the answer is A
A is correct answer!