Versions Compared

Key

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

...

Div
classconfluenceTableSmall

Name

Default Value

Description

anyOrderfalseCamel 2.17: Whether the expected messages should arrive in the same order, or in any order.
delimiter\n|\rCamel 2.17: The delimiter to use when split=true. The delimiter can be a regular expression.
splitfalseCamel 2.17: If true the messages loaded from the test endpoint will be split using the delimiter so each line is an expected messagethe 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.

...