You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kdawg14 yeah this is definitely just not currently implemented, and I'm not sure it's something I'd necessarily get around to. If you wanted to take a stab at this that would be great, it looks like it would be pretty easy. You just need to provide the right methods for it - something like:
account for delayed bindings that specify noWait and arguments (currently delayed bindings are a QPair<QString, QString> iirc, it should just be a struct including noWait and arguments)
maybe print out arguments in the binding debug/trace message
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!
The text was updated successfully, but these errors were encountered: