[AMQ-9394] Add updated instructions to using Virtual Threads
diff --git a/src/virtual-threads.md b/src/virtual-threads.md
index d026f77..80ddec5 100644
--- a/src/virtual-threads.md
+++ b/src/virtual-threads.md
@@ -23,8 +23,18 @@
 
 To enable Virtual Threads in ActiveMQ 6.x (and higher)
 
+1. Checkout activemq source code from git
+2. Build using JDK 21 (Virtual Thread support will be added automatically)
+3. Edit conf/activemq.xml
+
     <broker ... virtualThreadTeaskRunner="true" .. >
 
+4. Run ActiveMQ and confirm with the following log message:
+
+    INFO | VirtualThreadExecutor initialized name:ActiveMQ BrokerService[localhost] Task
+
+NOTE: The log message may be removed in the future
+
 ### ActiveMQ Virtual Thread Implementation Progress 
 
 The implementation approach is subject to change. Be sure to verify features in Release notes.