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 fbfaad8fc [NO-JIRA] Virtual Thread configuration clarification
fbfaad8fc is described below

commit fbfaad8fcb6ab5d9b38dc804478c3917219c16ff
Author: Matt Pavlovich <[email protected]>
AuthorDate: Mon Sep 30 12:26:20 2024 -0500

    [NO-JIRA] Virtual Thread configuration clarification
---
 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 cae455ad0..0b807d506 100644
--- a/src/components/classic/documentation/virtual-threads.md
+++ b/src/components/classic/documentation/virtual-threads.md
@@ -41,7 +41,7 @@ To enable Virtual Threads in ActiveMQ Classic 6.x (and higher)
 
 1. Checkout activemq source code from git
 2. Build using JDK 21 (Virtual Thread support will be added automatically)
-3. Copy the lib/jdk21/activemq-client-jdk21-_version.jar to 
lib/activemq-client-_version_.jar
+3. Replace the lib/activemq-client_version_.jar with the 
lib/jdk21/activemq-client-jdk21-_version.jar
 3. Edit conf/activemq.xml
 
     <broker ... virtualThreadTaskRunner="true" .. >


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to