Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Div
classconfluenceTableSmall

Name

Default Value

Description

anyOrder

false

Camel 2.17: Whether the expected messages should arrive in the same order, or in any order.

delimiter

\n|\r

Camel 2.17: The delimiter to use when split=true. The delimiter can be a regular expression.

split

false

Camel 2.17: If true messages loaded from the test endpoint will be split using the defined delimiter.


For example to use a file endpoint to load a file where each line is an expected message. 

timeout

2000

Camel 2.12: The timeout to use when polling for message bodies from the URI.

...