Versions Compared

Key

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

...

  • camelContextId is the ID you used to register the CamelContext into the Registry.
  • localEndpointName can be a valid Camel URI evaluated within the black box CamelContext. Or it can be a logical name which is mapped to any local endpoints. For example if you locally have endpoints like direct:invoices* and *seda:purchaseOrders* inside a CamelContext of id * supplyChain, then you can just use the URIs **supplyChain:invoices* or *supplyChain:purchaseOrders* to omit the physical endpoint kind and use pure logical URIs.

...