camel cmd browse

Browse pending messages on endpoints

Usage

camel cmd browse [options]

Options

Option Description Default Type

--body-max-chars

Maximum size of the message body to include in the dump

int

--dump

Whether to include message dumps

false

boolean

--endpoint

Endpoint to browse messages from (can be uri, pattern, or refer to a route id)

String

--fresh-size

Whether to calculate fresh queue size information (performance overhead)

false

boolean

--limit

Limits the number of messages to dump per endpoint

100

int

--logging-color

Use colored logging

true

boolean

--mask

Whether to mask endpoint URIs to avoid printing sensitive information such as password or access keys

boolean

--only-body

Show only message body in browsed messages

false

boolean

--pretty

Pretty print message body when using JSon or XML format

boolean

--short-uri

List endpoint URI without query parameters (short)

boolean

--show-body

Show message body in browsed messages

true

boolean

--show-headers

Show message headers in browsed messages

true

boolean

--sort

Sort by uri, or size

uri

String

--tail

The number of messages from the end (latest) to dump

int

--wide-uri

List endpoint URI in full details

boolean

-h,--help

Display the help and sub-commands

boolean