MessagingNetConfig
A MessagingNetConfig contains configuration information for the best host/port/uri to use for connecting to the Relay asynchronous messaging system.
{
"amqp": {
"hostname": "relay.bluejeans.com",
"port": 5672
},
"webstomp": {
"node": 0,
"uri": "wss://relay.bluejeans.com/stomp/websocket"
}
}
Properties
amqp
Hostname and port number for connecting via AMQP
webstomp
WebStomp URI and node number (for X-node header) for connecting via Webstomp