You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dynamic-router-eip/README.adoc
+12
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,18 @@ If you want to run the Dynamic Router in "allMatch" receiver mode, run the examp
110
110
111
111
The results should show up in less than ten seconds, and the program will immediately terminate.
112
112
113
+
=== Run Tests
114
+
115
+
You can run the tests using:
116
+
117
+
$mvn test
118
+
119
+
There are some demos that run during the test phase. Currently, there are three:
120
+
121
+
1. AllRecipientsApplicationTest: the recipient mode is set to "allMatch" and 1,000,000 messages are sent through the router.
122
+
2. FirstRecipientApplicationTest: the recipient mode is set to "firstMatch" and 1,000,000 messages are sent through the router.
123
+
3. LessExpectedApplicationTest: the recipient mode is set to "firstMatch", and 10,000 messages are sent through the router. The difference, here, is that the expected count is set to only 1,000 messages, so the results are calculated and displayed before all 10,000 messages are routed.
124
+
113
125
=== Help and contributions
114
126
115
127
If you hit any problem using Camel or have some feedback, then please
Copy file name to clipboardExpand all lines: dynamic-router-eip/src/main/java/org/apache/camel/example/springboot/numbers/config/DynamicRouterComponentConfig.java
0 commit comments