Re: rabbitmq component headers

2016-09-20 Thread Ismail Emre Kartoglu
me and the routing key from the producer uri, rather than setting it from the in-message headers (which are not visible in code) and ignoring the producer configuration. Kind regards Ismail > On 21 Sep 2016, at 05:26, Ismail Emre Kartoglu > wrote: > > Thanks Willem. > > The

Re: rabbitmq component headers

2016-09-20 Thread Ismail Emre Kartoglu
Thanks Willem. The documentation says the URI should look like: rabbitmq://hostname[:port]/exchangeName?[options] So I do have the exchange name in the URI in my example. See http://camel.apache.org/rabbitmq.html Sent from phone On 21 Sep 2016 1:49 a.m., "Willem Jiang" wrote: > You should a

rabbitmq component headers

2016-09-20 Thread Ismail Emre Kartoglu
Hello Camel users, I have a question regarding the camel-rabbitmq component. The following code sends the message “test” to exchange “A” with routing key “B” every 5 seconds: from("timer:test?period=5000").process(new Processor() { @Override public void process(Exchan