# Using Delivery Confirmations with the BlockingConnection

The following code demonstrates how to turn on delivery confirmations with the BlockingConnection and how to check for confirmation from RabbitMQ:

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