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:
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