You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quick_tour.md
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,7 @@ It provides easy to use services for producing and processing messages.
163
163
It supports unified format for setting message expiration, delay, timestamp, correlation id.
164
164
It supports [message bus](http://www.enterpriseintegrationpatterns.com/patterns/messaging/MessageBus.html) so different applications can talk to each other.
165
165
166
-
Here's an example of how you can send and consume event messages.
166
+
Here's an example of how you can send and consume **event messages**.
167
167
168
168
```php
169
169
<?php
@@ -178,15 +178,19 @@ $client = new SimpleClient('file://foo/bar');
0 commit comments