Skip to content

Commit fe8f441

Browse files
Merge pull request #2335 from rabbitmq/md/protocol-listener-s
Mention encrypted listeners in protocol-listener API reference
2 parents 350283a + 19a2705 commit fe8f441

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

docs/http-api-reference.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1679,7 +1679,9 @@ Responds a 200 OK if if all given protocols have active listeners,
16791679
otherwise responds with a 503 Service Unavailable. Multiple protocols
16801680
may be provided by separating the names with commas.
16811681

1682-
Valid protocol names are: `amqp091`, `amqp10`, `mqtt`, `stomp`, `web-mqtt`, `web-stomp`.
1682+
Valid protocol names are: `amqp`, `mqtt`, `stomp`, `web-mqtt`, `web-stomp`.
1683+
To check for the encrypted listeners, add an `s` to the protocol name, for
1684+
example `amqps` or `mqtts`.
16831685

16841686
### GET /api/health/checks/virtual-hosts
16851687

versioned_docs/version-4.0/http-api-reference.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1678,7 +1678,9 @@ Relevant documentation guides: <a href="./networking">Networking</a>.
16781678
Responds a 200 OK if there is an active listener for the given protocol,
16791679
otherwise responds with a 503 Service Unavailable.
16801680

1681-
Valid protocol names are: `amqp091`, `amqp10`, `mqtt`, `stomp`, `web-mqtt`, `web-stomp`.
1681+
Valid protocol names are: `amqp`, `mqtt`, `stomp`, `web-mqtt`, `web-stomp`.
1682+
To check for the encrypted listeners, add an `s` to the protocol name, for
1683+
example `amqps` or `mqtts`.
16821684

16831685
### GET /api/health/checks/virtual-hosts
16841686

versioned_docs/version-4.1/http-api-reference.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1679,7 +1679,9 @@ Responds a 200 OK if if all given protocols have active listeners,
16791679
otherwise responds with a 503 Service Unavailable. Multiple protocols
16801680
may be provided by separating the names with commas.
16811681

1682-
Valid protocol names are: `amqp091`, `amqp10`, `mqtt`, `stomp`, `web-mqtt`, `web-stomp`.
1682+
Valid protocol names are: `amqp`, `mqtt`, `stomp`, `web-mqtt`, `web-stomp`.
1683+
To check for the encrypted listeners, add an `s` to the protocol name, for
1684+
example `amqps` or `mqtts`.
16831685

16841686
### GET /api/health/checks/virtual-hosts
16851687

0 commit comments

Comments
 (0)