Re: Rabbitmq component headers

2016-09-20 Thread Timothy Bish
Think you meant to send this to the Camel mailing list, not ActiveMQ On 09/20/2016 04:45 PM, Ismail Emre Kartoglu wrote: 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”: from("timer:

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”: from("timer:test?period=5000").process(new Processor() { @Override public void process(Exchange exchange) throws