diff --git a/jms/js/jms.js b/jms/js/jms.js index 6d8b578..d969e34 100644 --- a/jms/js/jms.js +++ b/jms/js/jms.js @@ -486,7 +486,7 @@ $(document).ready(function () { subscriptionsTable = document.getElementById("subscriptions"); // construct the WebSocket location - var locationURI = new URI("wss://sandbox.kaazing.net/jms"); + var locationURI = new URI("wss://demos.kaazing.com/jms"); // default the location url.value = locationURI.toString();