Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 22. Dataset
Provide data for load and soak testing of your Camel application.
22.1. What’s inside Copier lienLien copié sur presse-papiers!
-
Dataset component, URI syntax:
dataset:name
-
DataSet Test component, URI syntax:
dataset-test:name
Please refer to the above links for usage and configuration details.
22.2. Maven coordinates Copier lienLien copié sur presse-papiers!
Create a new project with this extension on code.quarkus.redhat.com
Or add the coordinates to your existing project:
<dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-dataset</artifactId> </dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-dataset</artifactId>
</dependency>