bunny-mock icon indicating copy to clipboard operation
bunny-mock copied to clipboard

Headers exchanges do not route messages based on headers

Open jimeh opened this issue 6 years ago • 1 comments

Headers exchanges as implemented currently ignore message headers, and instead route messages based on the :routing_key passed to the #publish method, just like Direct and Topic exchanges.

It also looks like the code that binds exchanges and queues together doesn't support headers exchanges either.

Sadly I don't have time to provide a fix myself at the moment, so a issue report will have to do for now.

jimeh avatar Jan 19 '18 14:01 jimeh

I'm having the same problem

fernandomcunha avatar May 22 '18 16:05 fernandomcunha