blob: 1e8690793f0aa3af30b90fcd03c654d7adb5bffd [file] [log] [blame]
from('timer:clock?period=3s')
.setBody().constant("Hello World from Camel K")
.to('knative:channel/messages')
.log('sent message to messages channel')