camel script

Run Camel integration as shell script for terminal scripting

Usage

camel script [options]

Options

Option Description Default Type

--logging

Can be used to turn on logging (logs to file in <user home>/.camel directory)

false

boolean

--logging-level

Logging level ()

info

String

--max-idle-seconds

For how long time in seconds Camel can be idle before stopping

1

int

--max-messages

Max number of messages to process before stopping

0

int

--max-seconds

Max seconds to run before stopping

0

int

--prop,--property

Additional properties (override existing)

String

--properties

Load properties file for route placeholders (ex. /path/to/file.properties

String

-h,--help

Display the help and sub-commands

boolean