camel cmd receive
Receive and dump messages from remote endpoints
Options
| Option | Description | Default | Type |
|---|---|---|---|
| Action to start, stop, clear, status, or dump messages | status | String |
| Compact output (no empty line separating messages) | true | boolean |
| Endpoint to receive messages from (can be uri or pattern to refer to existing endpoint) | String | |
| Find and highlight matching text (ignore case). | String | |
| Keep following and outputting new messages (press enter to exit). | true | boolean |
| Filter messages to only output matching text (ignore case). | String | |
| Use colored logging | true | boolean |
| Whether to mask endpoint URIs to avoid printing sensitive information such as password or access keys | boolean | |
| Show only message body in received messages | false | boolean |
| Output format (text or json) | String | |
| Print prefix with running Camel integration name. auto=only prefix when running multiple integrations. true=always prefix. false=prefix off. | auto | String |
| Pretty print message body when using JSon or XML format | boolean | |
| Additional properties; override existing (only applicable when NOT using an existing running Camel) | String | |
| comma separated list of properties file (only applicable when NOT using an existing running Camel) + (ex. /path/to/file.properties,/path/to/other.properties | String | |
| List endpoint URI without query parameters (short) | boolean | |
| Show message body in received messages | true | boolean |
| Show exchange properties in received messages | false | boolean |
| Show exchange variables in received messages | false | boolean |
| Show message headers in received messages | true | boolean |
| Return messages newer than a relative duration like 5s, 2m, or 1h. The value is in seconds if no unit specified. | String | |
| Sort by pid, name or age for showing status of messages | pid | String |
| The number of messages from the end to show. Use -1 to read from the beginning. Use 0 to read only new lines. Defaults to showing all messages from beginning. | -1 | int |
| Timeout in millis waiting for message to be received | 20000 | long |
| List endpoint URI in full details | boolean | |
| Display the help and sub-commands | boolean |