Skip to content
Snippets Groups Projects
Commit 8b54f68c authored by C. Alexander Leigh's avatar C. Alexander Leigh
Browse files

Reverted to production esp1.leigh-co.com

parent b095755b
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@ console.log('Enhanced Services Platform/SDK mk18 (GIPSY DANGER)');
ESP.devtest = function () {
const client = new Client({
brokerURL: 'ws://localhost:52021/ws',
brokerURL: 'ws://esp1.leigh-co.com:52021/ws',
debug: function (str) {
console.log(str);
},
......
......@@ -24,8 +24,8 @@ public class ESPClient {
public ESPClient() {
UniversalJob.banner(logger, "Enhanced Services Platform/CLIENT mk18 (GIPSY DANGER)");
// connectionFactory = new ActiveMQConnectionFactory("failover://(tcp://esp1.leigh-co.com:52018)");
connectionFactory = new ActiveMQConnectionFactory("failover://(tcp://localhost:52018)");
connectionFactory = new ActiveMQConnectionFactory("failover://(tcp://esp1.leigh-co.com:52018)");
// connectionFactory = new ActiveMQConnectionFactory("failover://(tcp://localhost:52018)");
connectionFactory.setUseAsyncSend(true);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment