如何通过 solClientjs 连接?
How to connect by solClientjs?
我从网站上下载了solclientjs-7.1.1.3 demo,我想使用示例连接到我自己的慰藉,但是它不起作用。 "readme" 文本文件告诉我 "To run the samples, you must configure a Solace appliance to accept connections from the samples. See the chapter 'Quick Start' in the API Developer Guide."我没有找到配置 Solace 设备以接受 connections.How 配置的方法?
Solace Javascript API 使用网络消息传递功能。
请注意,用于 Solace 物理设备的 Web Messaging 需要单独的产品密钥才能解锁。这与 VMR 不同,后者随 Web Messaging 解锁。
请验证以下内容:
- 如果您使用的是 Solace 物理设备(不是 VMR),您需要有网络消息产品密钥。
在 CLI 上,执行以下命令进行验证。
solace> show product-key
Product Key : xxxx-xxxx-xxxx-xxxx-x-xxxx
Unlocked Features : 1
WEB Transport Service
- 验证网络消息服务是否已启用,以及配置的网络消息端口。需要检查的行以粗体显示。默认的网络消息端口是 80。
solace> show service
Msg-Backbone: Enabled
SMF: Enabled
Web-Transport: Enabled
REST Incoming: Enabled
REST Outgoing: Enabled
MQTT: Enabled
...
Status
Service TP S C R VRF MsgVpn Port A O Failed Reason
-------- --- ----- ----- --------------- ----- --- ---------------------------
SEMP TCP N - - Mgmt 80 U U
SEMP TCP Y - - Mgmt 443 U U
SMF TCP N N N MsgBB 55555 U U
SMF TCP N Y N MsgBB 55003 U U
SMF TCP N N Y MsgBB 55556 U U
SMF TCP Y N N MsgBB 55443 U U
SMF WEB - - - MsgBB 80 U U
我从网站上下载了solclientjs-7.1.1.3 demo,我想使用示例连接到我自己的慰藉,但是它不起作用。 "readme" 文本文件告诉我 "To run the samples, you must configure a Solace appliance to accept connections from the samples. See the chapter 'Quick Start' in the API Developer Guide."我没有找到配置 Solace 设备以接受 connections.How 配置的方法?
Solace Javascript API 使用网络消息传递功能。 请注意,用于 Solace 物理设备的 Web Messaging 需要单独的产品密钥才能解锁。这与 VMR 不同,后者随 Web Messaging 解锁。
请验证以下内容:
- 如果您使用的是 Solace 物理设备(不是 VMR),您需要有网络消息产品密钥。 在 CLI 上,执行以下命令进行验证。
solace> show product-key Product Key : xxxx-xxxx-xxxx-xxxx-x-xxxx Unlocked Features : 1 WEB Transport Service
- 验证网络消息服务是否已启用,以及配置的网络消息端口。需要检查的行以粗体显示。默认的网络消息端口是 80。
solace> show service Msg-Backbone: Enabled SMF: Enabled Web-Transport: Enabled REST Incoming: Enabled REST Outgoing: Enabled MQTT: Enabled ... Status Service TP S C R VRF MsgVpn Port A O Failed Reason -------- --- ----- ----- --------------- ----- --- --------------------------- SEMP TCP N - - Mgmt 80 U U SEMP TCP Y - - Mgmt 443 U U SMF TCP N N N MsgBB 55555 U U SMF TCP N Y N MsgBB 55003 U U SMF TCP N N Y MsgBB 55556 U U SMF TCP Y N N MsgBB 55443 U U SMF WEB - - - MsgBB 80 U U