assembla / cony

Simple AMQP wrapper around github.com/streadway/amqp
BSD 2-Clause "Simplified" License
174 stars 46 forks source link

Support of headers in queue and exchange #13

Closed sebastienfr closed 8 years ago

sebastienfr commented 8 years ago

All the declarations, Queue, Exchange and bindings, use nil as argument Table. It would be nice to add argument table to the structures and pass them to declaration to allow for exemple dead-lettering queue header.