add_NATSBridge.js #9

Merged
ton merged 43 commits from add_NATSBridge.js into main 2026-03-09 11:17:55 +00:00
Showing only changes of commit f0b088f6f8 - Show all commits

View File

@@ -49,7 +49,7 @@ async function runTest() {
correlation_id: correlationId, correlation_id: correlationId,
msg_purpose: 'test', msg_purpose: 'test',
sender_name: 'js-mix-test', sender_name: 'js-mix-test',
is_publish: false is_publish: true
} }
); );
@@ -174,7 +174,7 @@ async function runTest() {
broker_url: TEST_BROKER_URL, broker_url: TEST_BROKER_URL,
fileserver_url: TEST_FILESERVER_URL, fileserver_url: TEST_FILESERVER_URL,
correlation_id: 'chat-' + correlationId, correlation_id: 'chat-' + correlationId,
is_publish: false is_publish: true
} }
); );