in generic-examples/amqp/AmqpConnectionBeanProducer.java [20:25]
public void configure() throws Exception {
from("timer:foo?period=1000")
.setBody()
.simple("Hello Camel K")
.to("amqp:queue:example?exchangePattern=InOnly");
}