omniti-labs / Net--RabbitMQ

Perl bindings to the librabbitmq-c AMQP library.
Other
25 stars 18 forks source link

Pass additional args when declaring a queue. #11

Closed timblair closed 13 years ago

timblair commented 13 years ago

Recent versions of RabbitMQ allow the creation of mirrored queues across a cluster, which requires the addition of a x-ha-policy header argument when declaring a queue. This change builds on dd4e1023 to format the additional arguments hash in a way that RabbitMQ understands.