Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pojo/src/main/java/sample/camel/NumberPojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.springframework.stereotype.Component;

/**
* A POJO that listen to messages from the seda:numbers endpoint via {@link Consume}
* A POJO that listen to messages from the direct:numbers endpoint via {@link Consume}
* and then via {@link MagicNumber} and {@link Produce} sends a message that will
* be printed in the console.
*/
Expand Down
3 changes: 3 additions & 0 deletions pojo/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ camel.main.name = PojoExample

# keep camel running
camel.main.run-controller = true

# let Camel run for 60 seconds before shutting down
camel.main.duration-max-seconds = 60
Loading