]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.webapp/src/main/webapp/argeo-ria-lib/slc/class/org/argeo/slc/ria/NewLauncherApplet.js
Sets the JMS client URI at startup
[gpl/argeo-slc.git] / org.argeo.slc.webapp / src / main / webapp / argeo-ria-lib / slc / class / org / argeo / slc / ria / NewLauncherApplet.js
index 563126a6c3c9cf3ad2f479d8e02788ba2766d1ea..4fb4c3048ca6702ac01778e35a6a9f1fbd088071 100644 (file)
@@ -252,6 +252,7 @@ qx.Class.define("org.argeo.slc.ria.NewLauncherApplet",
                this.setView(viewPane);
                this.setViewSelection(new org.argeo.ria.components.ViewSelection(viewPane.getViewId()));
                this._amqClient = org.argeo.ria.remote.JmsClient.getInstance();
+               this._amqClient.uri = "/org.argeo.slc.webapp/amq";
                this._amqClient.startPolling();
        },