[rabbitmq-discuss] message filter for Rabbit MQ

Michael Klishin mklishin at gopivotal.com
Fri Jun 20 10:35:38 BST 2014


 On 20 June 2014 at 13:34:56, Bian Zhouyong (zbian at tibco-support.com) wrote:
> > I have a problem with the exchange type of amq.topic. I create  
> a queue named hello and bind it with amq.topic with routingkey(hello)  
> and arguments(area:us), I want to put all the message with the  
> property area=us into this queue, but it seems the arguments  
> doesn’t filter the messages. But the header properties with  
> exchange type of amq.headers works well on message filter. So  
> I wander to know whether the exchange type of amq.topic doesn’t  
> support message filter with the binding arguments?

Topic exchanges route messages based on the routing key, see tutorial 5:
http://www.rabbitmq.com/getstarted.html
--  
MK  

Software Engineer, Pivotal/RabbitMQ


More information about the rabbitmq-discuss mailing list