Versions Compared

Key

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

...

Code Block
direct:someName[?options]

Where someName can be any string to uniquely identify the endpoint

...

Name

Default Value

Description

allowMultipleConsumers

true

If set to false, then when a second consumer is started on the endpoint, an IllegalStateException is thrown

You can append query options to the URI in the following format, ?option=value&option=value&...

Samples

In the route below we use the direct component to link the two routes together:

...