Subscribes to messages from the specified application (or "*") on the specified topic.
Example
fin.desktop.InterApplicationBus.subscribe("*", "a topic", function(message, uuid, name) {
console.log("The application " + uuid + " sent this message: " + message);
});