Skip to content

component dataset

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

Testing of distributed and asynchronous processing is notoriously difficult. The Mock, DataSet, and DataSet Test endpoints work great with the Camel Testing Framework to simplify your unit and integration testing using Enterprise Integration Patterns and Camel’s large range of Components together with the powerful Bean Integration.

The DataSet component provides a mechanism to easily perform load & soak testing of your system. It works by allowing you to create DataSet instances both as a source of messages and as a way to assert that the data set is received.

Camel Documentation

Clone this wiki locally