DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
You will see the message printed to the console every second. To stop the example hit ctrl + c.
From Camel 2.17 the example ships with remote shell enabled which includes the Camel commands as well, so you can SSH into the running Camel application and use the camel commands to list / stop routes etc.
| Code Block |
|---|
ssh -p 2000 user@localhost
# use the password that spring-boot logs when it startup
> camel route-list camel-1
Context Route Status Total # Failed # Inflight # Uptime
------- ----- ------ ------- -------- ---------- ------
camel-1 route1 Started 71 0 0 1 minute |