Skip to content

component stub

Raymond Meester edited this page Mar 6, 2023 · 1 revision

The Stub component provides a simple way to stub out any physical endpoints while in development or testing, allowing you for example to run a route without needing to actually connect to a specific SMTP or Http endpoint. Just add stub: in front of any endpoint URI to stub out the endpoint.

Camel Documentation

Clone this wiki locally