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