-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Labels
Description
I'm trying to bind a queue to a headers exchange with the bind matching on multiple headers and I'm a little bit stuck and wondering how to do this.
I've noticed that drivers in other languages have the queue bind function taking a third argument for arguments that can specify the headers to match on (e.g., http://stackoverflow.com/questions/19240290/how-do-i-implement-headers-exchange-in-rabbitmq-using-java) , but I don't see an equivalent in QAmqpQueue.
Is this something that's not currently implemented or I am just not understanding how I'm supposed to bind a queue to a headers exchange?
Thanks!
Reactions are currently unavailable