gmr / rabbitpy

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

Allow specification of client properties? #141

Open jamesrusso opened 3 months ago

jamesrusso commented 3 months ago

It would be nice if you could allow specification of the client properties in _build_start_ok_frame. Exposing a properties field on the Connection? Pika permits this and it's nice being able to identify clients by name in the management console.

jamesrusso commented 3 months ago

PR #142 opened for discussion?