# Direct reply-to example
The following example demonstrates the use of the RabbitMQ "Direct reply-to" feature via `pika.BlockingConnection`. See [RabbitMQ Direct Reply-To](https://www.rabbitmq.com/direct-reply-to.html) for more info about this feature.

```python
--8<-- "examples/direct_reply_to.py"
```
