Is there a way to poll several addresses using Mule's HttpPollingConnector?
问题 I am trying to poll several addresses (URL links) from a list that contains all these addresses using the http polling connector in Mule. Currently, I am only able to poll from one address but I would like to find a way to use this list to iterate the polling for each site. Is there anything built within Mule that provides such function? 回答1: Is composite source what you're looking for? It allows you to have more than one endpoint in the inbound. e.g. from http://www.mulesoft.org