Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Excerpt

Camel supports the Message Endpoint pattern using the Endpoint interface. From an Endpoint you can create a Producer or Consumer so that you can send messages to an endpoint or consume messages from it. Endpoints are usually created by a Component and Endpoints are usually referred to in the DSL via their URIs.

From an Endpoint you can use the following methods

See Also