Versions Compared

Key

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

...

Camel supports the Message Endpoint pattern using the Endpoint interface. From an Endpoint you can create a You can then create a Producer or Consumer so that you can send messages to an endpoint or consume messages from it.

Endpoints are created by a Component and Endpoints are usually referred to in the DSL via their URIs.Camel supports auto-discovery and creation of endpoints via URIs.

See Also