Message Endpoint

Camel supports the Message Endpoint from the EIP patterns using the Endpoint interface.

image

When using the DSL to create Routes you typically refer to Message Endpoints by their URIs rather than directly using the Endpoint interface. It’s then a responsibility of the CamelContext to create and activate the necessary Endpoint instances using the available Component implementations.

Example

See first example in To EIP