Skip to content

Commit d20cfd8

Browse files
Merge branch 'henryosei-patch-1'
2 parents 7df4a1a + 7f001a5 commit d20cfd8

File tree

4 files changed

+20
-28
lines changed

4 files changed

+20
-28
lines changed

docs/connection-blocked.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,17 @@ It is sometimes desirable for clients to receive a notification
2626
when their connection gets [blocked](./alarms)
2727
due to the broker running low on resources (memory or disk).
2828

29-
We have introduced an AMQP 0-9-1 protocol extension in which the
30-
broker sends to the client a `connection.blocked`
31-
method when the connection gets blocked, and `connection.unblocked` when it is unblocked.
29+
A protocol extension to AMQP 0-9-1 has been introduced, enabling the broker to notify the client when
30+
a connection is blocked or unblocked. The broker sends a `connection.blocked` method when the
31+
connection is blocked, and a `connection.unblocked` method when it is unblocked.
3232

3333
To receive these notifications, the client must present a
3434
`capabilities` table in its `client-properties` in which there is a key
3535
`connection.blocked` and a boolean value `true`.
3636

3737
See the [capabilities](./connections#capabilities) section for further
38-
details on this. Our supported clients indicate this capability
39-
by default and provide a way to register handlers for the
40-
`connection.blocked` and `connection.unblocked` methods.
41-
38+
details on this. Supported clients advertise this capability by default and provide mechanisms to register handlers
39+
for the `connection.blocked` and `connection.unblocked` methods.
4240

4341
## When Notifications are Sent {#notifications}
4442

versioned_docs/version-3.13/connection-blocked.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,17 @@ It is sometimes desirable for clients to receive a notification
2626
when their connection gets [blocked](./alarms)
2727
due to the broker running low on resources (memory or disk).
2828

29-
We have introduced an AMQP 0-9-1 protocol extension in which the
30-
broker sends to the client a `connection.blocked`
31-
method when the connection gets blocked, and `connection.unblocked` when it is unblocked.
29+
A protocol extension to AMQP 0-9-1 has been introduced, enabling the broker to notify the client when
30+
a connection is blocked or unblocked. The broker sends a `connection.blocked` method when the
31+
connection is blocked, and a `connection.unblocked` method when it is unblocked.
3232

3333
To receive these notifications, the client must present a
3434
`capabilities` table in its `client-properties` in which there is a key
3535
`connection.blocked` and a boolean value `true`.
3636

3737
See the [capabilities](./connections#capabilities) section for further
38-
details on this. Our supported clients indicate this capability
39-
by default and provide a way to register handlers for the
40-
`connection.blocked` and `connection.unblocked` methods.
41-
38+
details on this. Supported clients advertise this capability by default and provide mechanisms to register handlers
39+
for the `connection.blocked` and `connection.unblocked` methods.
4240

4341
## When Notifications are Sent {#notifications}
4442

versioned_docs/version-4.0/connection-blocked.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,17 @@ It is sometimes desirable for clients to receive a notification
2626
when their connection gets [blocked](./alarms)
2727
due to the broker running low on resources (memory or disk).
2828

29-
We have introduced an AMQP 0-9-1 protocol extension in which the
30-
broker sends to the client a `connection.blocked`
31-
method when the connection gets blocked, and `connection.unblocked` when it is unblocked.
29+
A protocol extension to AMQP 0-9-1 has been introduced, enabling the broker to notify the client when
30+
a connection is blocked or unblocked. The broker sends a `connection.blocked` method when the
31+
connection is blocked, and a `connection.unblocked` method when it is unblocked.
3232

3333
To receive these notifications, the client must present a
3434
`capabilities` table in its `client-properties` in which there is a key
3535
`connection.blocked` and a boolean value `true`.
3636

3737
See the [capabilities](./connections#capabilities) section for further
38-
details on this. Our supported clients indicate this capability
39-
by default and provide a way to register handlers for the
40-
`connection.blocked` and `connection.unblocked` methods.
41-
38+
details on this. Supported clients advertise this capability by default and provide mechanisms to register handlers
39+
for the `connection.blocked` and `connection.unblocked` methods.
4240

4341
## When Notifications are Sent {#notifications}
4442

versioned_docs/version-4.1/connection-blocked.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,17 @@ It is sometimes desirable for clients to receive a notification
2626
when their connection gets [blocked](./alarms)
2727
due to the broker running low on resources (memory or disk).
2828

29-
We have introduced an AMQP 0-9-1 protocol extension in which the
30-
broker sends to the client a `connection.blocked`
31-
method when the connection gets blocked, and `connection.unblocked` when it is unblocked.
29+
A protocol extension to AMQP 0-9-1 has been introduced, enabling the broker to notify the client when
30+
a connection is blocked or unblocked. The broker sends a `connection.blocked` method when the
31+
connection is blocked, and a `connection.unblocked` method when it is unblocked.
3232

3333
To receive these notifications, the client must present a
3434
`capabilities` table in its `client-properties` in which there is a key
3535
`connection.blocked` and a boolean value `true`.
3636

3737
See the [capabilities](./connections#capabilities) section for further
38-
details on this. Our supported clients indicate this capability
39-
by default and provide a way to register handlers for the
40-
`connection.blocked` and `connection.unblocked` methods.
41-
38+
details on this. Supported clients advertise this capability by default and provide mechanisms to register handlers
39+
for the `connection.blocked` and `connection.unblocked` methods.
4240

4341
## When Notifications are Sent {#notifications}
4442

0 commit comments

Comments
 (0)