Skip to content

Commit 2f6ba73

Browse files
authored
Update README with new examples for Direct Reply and RPC [skip ci]
1 parent 6f7e184 commit 2f6ba73

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ Client examples
66
- [Streams](./streams/example_with_streams.py) - Example supporting stream capabilities
77
- [Oauth](./oauth/oAuth2.py) - Connection through Oauth token
88
- [Streams with filters](./streams_with_filters/example_streams_with_filters.py) - Example supporting stream capabilities with filters
9-
- [Streams With Sql filters](./streams_with_sql_filters) - Example supporting stream capabilities with SQL filters
9+
- [Streams With Sql filters](./streams_with_sql_filters) - Example supporting stream capabilities with SQL filters
10+
- [Direct Reply To](./direct_reply_queue) - How to use [Direct Reply](https://www.rabbitmq.com/docs/direct-reply-to) feature
11+
- [RPC](./rpc) - Basic RPC example

0 commit comments

Comments
 (0)