Skip to content

Commit

Permalink
Clarify consumer subscription on broker
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Beard <[email protected]>
  • Loading branch information
chrisbeard committed Oct 17, 2024
1 parent 51c7625 commit ad30b8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/features/subscriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ to filter out messages for certain applications but not others, thereby
Concretely speaking, producer applications can put any interesting message
attributes in the *message properties* section of the message (*message
properties* are a list of key/value pairs that a producer can associate with a
message), and consumers can filter messages using one or more of those *message
properties*.
message), and consumers can request BlazingMQ to filter messages using one or
more of those *message properties*.

For example, if a message contains these three properties:

Expand Down

0 comments on commit ad30b8c

Please sign in to comment.