Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
massive
Manage
Activity
Members
Labels
Automate
Agent sessions
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Matt Kludt
massive
Commits
8b54f68c
Commit
8b54f68c
authored
May 19, 2022
by
C. Alexander Leigh
Browse files
Options
Downloads
Patches
Plain Diff
Reverted to production esp1.leigh-co.com
parent
b095755b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
lc-esp-sdk-js/src/index.js
+1
-1
1 addition, 1 deletion
lc-esp-sdk-js/src/index.js
lc-esp-sdk/src/main/java/lc/esp/sdk/ESPClient.java
+2
-2
2 additions, 2 deletions
lc-esp-sdk/src/main/java/lc/esp/sdk/ESPClient.java
with
3 additions
and
3 deletions
lc-esp-sdk-js/src/index.js
+
1
−
1
View file @
8b54f68c
...
...
@@ -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
);
},
...
...
This diff is collapsed.
Click to expand it.
lc-esp-sdk/src/main/java/lc/esp/sdk/ESPClient.java
+
2
−
2
View file @
8b54f68c
...
...
@@ -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
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment