This is an automated email from the ASF dual-hosted git repository.
mattrpav pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/main by this push:
new 233da5506 [NO-JIRA] Fix type-o in virtualTaskRunner=true config example
233da5506 is described below
commit 233da5506e77456842a135b047468337ca3c84ee
Author: Matt Pavlovich <[email protected]>
AuthorDate: Wed Sep 25 14:30:07 2024 -0500
[NO-JIRA] Fix type-o in virtualTaskRunner=true config example
---
src/components/classic/documentation/virtual-threads.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/classic/documentation/virtual-threads.md
b/src/components/classic/documentation/virtual-threads.md
index f6a3a0e57..cae455ad0 100644
--- a/src/components/classic/documentation/virtual-threads.md
+++ b/src/components/classic/documentation/virtual-threads.md
@@ -44,7 +44,7 @@ To enable Virtual Threads in ActiveMQ Classic 6.x (and higher)
3. Copy the lib/jdk21/activemq-client-jdk21-_version.jar to
lib/activemq-client-_version_.jar
3. Edit conf/activemq.xml
- <broker ... virtualThreadTeaskRunner="true" .. >
+ <broker ... virtualThreadTaskRunner="true" .. >
4. Run ActiveMQ Classic and confirm with the following log message:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact