You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

URIs

Camel makes extensive use of URIs to allow you to refer to endpoints which are lazily created by a Component if you refer to them within Routes

Current Supported URIs

Scheme

Link

Description

Example

queue:

Queue

Used to deliver messages to a java.util.Queue, useful when creating SEDA style processing pipelines

queue:cheese

jms:

JMS

Works with any JMS provider

  • No labels