gmr / rabbitpy

A pure python, thread-safe, minimalistic and pythonic RabbitMQ client library
http://rabbitpy.readthedocs.org
BSD 3-Clause "New" or "Revised" License
242 stars 58 forks source link

Use rabbitpy to connect to rabbitMQ cluster #132

Open pk929 opened 3 years ago

pk929 commented 3 years ago

I want to use rabbitpy to connect to the rabbitMQ cluster, but the document only provides a connection method to connect to one node. How do I connect multiple nodes?