Skip to content

Commit

Permalink
Add imqAddressList WebSocket docs
Browse files Browse the repository at this point in the history
  • Loading branch information
coursar authored Apr 30, 2024
1 parent ca0b605 commit ae5f26c
Showing 1 changed file with 48 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,32 @@ private ConnectionConfiguration() {
* <TD valign="top"><code><i>HTTPStunnelServletURL</i></code></TD>
*
* </TR>
*
* <TR>
*
* <TD valign="top"><code>mqws</code></TD>
*
* <TD valign="top"><code>wsjms</code></TD>
*
* <TD valign="top">MQ makes a direct WebSocket connection to the specified host and port to establish a connection.
* </TD>
*
* <TD valign="top"><code><i>hostName</i>:<i>port</i>/wsjms</code></TD>
*
* </TR>
*
* <TR>
*
* <TD valign="top"><code>mqwss</code></TD>
*
* <TD valign="top"><code>wssjms</code></TD>
*
* <TD valign="top">MQ makes a direct WebSocket secure connection to the specified host and port to establish a
* connection.</TD>
*
* <TD valign="top"><code><i>hostName</i>:<i>port</i>/wssjms</code></TD>
*
* </TR>
* </TABLE>
* <p>
* &nbsp;
Expand Down Expand Up @@ -245,6 +271,28 @@ private ConnectionConfiguration() {
*
* <TD valign="top"><code>https://websrvr2:8090/imq/tunnel</code></TD>
* </TR>
*
* <TR>
*
* <TD valign="top"><code>wsjms</code></TD>
*
* <TD valign="top">Specified Host</TD>
*
* <TD valign="top">Specified Service Port</TD>
*
* <TD valign="top"><code>mqws://websrvr1:7670/wsjms</code></TD>
* </TR>
*
* <TR>
*
* <TD valign="top"><code>wssjms</code></TD>
*
* <TD valign="top">Specified Host</TD>
*
* <TD valign="top">Specified Service Port</TD>
*
* <TD valign="top"><code>mqwss://websrvr2:7671/wssjms</code></TD>
* </TR>
* </TABLE>
* <P>
* &nbsp;
Expand Down

0 comments on commit ae5f26c

Please sign in to comment.