Re: RabbitMQ producer routing key only as an Exchange header?

2013-11-10 Thread Willem jiang
Hi, I just created a JIRA[1] of it, we should let user set the default routing key on the producer. [1]https://issues.apache.org/jira/browse/CAMEL-6952 -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/)

RabbitMQ producer routing key only as an Exchange header?

2013-11-08 Thread Alex Sherwin
The code and docs seem pretty clear.. The consumer side makes sense, being able to set the Routing Key for binding and optional Queue name... But why must the producer side set an Exchange header to set the routing key? Doesn't this make it very difficult to write fluent routes.. for example,