Hi guys, I am new to qpid and I have got a question for you guys. I am trying to setup a Headers Exchange through the qpid which routs based on headers. As I am seeing in AMQP spec, the headers should support some sort of wildcard header, meaning the key should be present in the headers and can be carrying any value (key -> void). I am doing it in Python and my question is that which character is representing this wildcard header?
I have tried *, None, '' and "" and non of them seem to be working. could anyone help me on figuring if this wildcard spec is implemented for header exchanges in qpid or not. Thanks, Siamak
