helloApp.serverHost=localhost helloApp.serverPort=8181 helloApp.inQueueJMS=jms:queue:helloServiceQueueIn #we gonna have to wait for camel 2.17 for this helloApp.outTopicJMS"jms:topic:helloServiceQueueOut" #useless, js files are filtered at compilation helloApp.inQueueStomp=/queue/helloServiceQueueIn #useless, js files are filtered at compilation helloApp.outTopicStomp=/topic/helloServiceQueueOut #useless, js files are filtered at compilation helloApp.outErrorStomp=/queue/helloMessagingErrors helloApp.outErrorJMS=jms:queue:helloMessagingErrors #variables are declared in the parent pom of the sample: it allows to variabilize the UI in order to be usable in the simple and the enterprise sample