It seems that subject filtering with queues is not working in the current qpid implementations. What is the recommended way to simulate this behavior? I am used to AMQP 0.9.1 and I am very unfamiliar with creating such filtering behavior with QPID. I would like to programmatically establish queues and set it up so that receivers can specify a key/subject that matches messages. I'm primarily using Python and would like to keep things as cross platform as possible.
Thanks, Chris
