Skip to content

Commit 9bc6693

Browse files
authored
Merge pull request #632 from OskarStark/patch-2
better readability
2 parents 564448f + fe05a60 commit 9bc6693

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/client/message_examples.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,13 @@ $producer->sendEvent('aTopic', $message);
7272
## Priority
7373

7474
You can set a priority If you want a message to be processed quicker than other messages in the queue.
75-
Client defines five priority constants: `MessagePriority::VERY_LOW`, `MessagePriority::LOW`, `MessagePriority::NORMAL`, `MessagePriority::HIGH`, `MessagePriority::VERY_HIGH`.
76-
The `MessagePriority::NORMAL` is default priority.
75+
Client defines five priority constants:
76+
77+
* `MessagePriority::VERY_LOW`
78+
* `MessagePriority::LOW`
79+
* `MessagePriority::NORMAL` (**default**)
80+
* `MessagePriority::HIGH`
81+
* `MessagePriority::VERY_HIGH`
7782

7883
```php
7984
<?php

0 commit comments

Comments
 (0)