bkjones / pyrabbit

A Python module to communicate w/ the RabbitMQ HTTP Management API
http://pyrabbit.readthedocs.org
BSD 3-Clause "New" or "Revised" License
97 stars 86 forks source link

'create_queue' should have the same parameter ordering as everything else #7

Closed bkjones closed 11 years ago

bkjones commented 12 years ago

The order of parameters fed into create_queue are reversed compared to all of the other functions that take similar parameters. Consistency would be nice.