This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new ea4a47dff53 Update threading-model.adoc (#16447)
ea4a47dff53 is described below
commit ea4a47dff5313fb0a664d52025e392a08ca3a4be
Author: Айгиз <[email protected]>
AuthorDate: Wed Dec 4 23:57:13 2024 +0300
Update threading-model.adoc (#16447)
---
docs/user-manual/modules/ROOT/pages/threading-model.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/user-manual/modules/ROOT/pages/threading-model.adoc
b/docs/user-manual/modules/ROOT/pages/threading-model.adoc
index c79de2d6581..8368e2a56cd 100644
--- a/docs/user-manual/modules/ROOT/pages/threading-model.adoc
+++ b/docs/user-manual/modules/ROOT/pages/threading-model.adoc
@@ -218,7 +218,7 @@ to wait for its tasks to complete). Will wait until all
tasks are completed or t
== JMX Management
All the thread pools that Camel creates are managed and thus you can see
-them in JXM under the `threadpools` tree.
+them in JMX under the `threadpools` tree.
NOTE: This requires to enabled JMX by including `camel-management` JAR in the
classpath.