I could not find a way to send/broadcast a message to all instances of a given application in Cloud Foundry. How can I notify all app instances of certain events? If I just send a HTTP request, CF router will dispatch it to a single instance of the app. What solutions do you use in such cases.