I'm using php-amqplib library for RabbitMQ publishing/consuming messages.
I did some research, but did not found a way to list all the routing keys (bindings) that are assigned to an RabbiMQ exchange.
The management API has a possibility to list the bindings, but I prefer the PHP way.
How to get the bindings (routing keys) for an RabbitMQ exchange with php-amqplib?