[AMQ-9394] Add Feature page w/ status of Virtual Thread support
diff --git a/src/virtual-threads.md b/src/virtual-threads.md
new file mode 100644
index 0000000..d026f77
--- /dev/null
+++ b/src/virtual-threads.md
@@ -0,0 +1,37 @@
+---
+layout: default_md
+title: Virtual Threads
+title-class: page-title-activemq5
+type: activemq5
+---
+
+[Using ActiveMQ](using-activemq-5) > [Configure version 6 Virtual Threads](virtual-threads)
+
+### Virtual Threads support 
+
+ActiveMQ support for Virtual Threads is in Technology Preview stage.
+
+### Virtual Threads benefits
+
+ * Performance on-par with reactive coding approaches
+ * JDK-based option for peak concurrency performance
+ * Automatically scales based on need and detected CPU cores
+ * Less configuration tuning required for administrators
+ * Easier to code extensions
+
+### Configuration
+
+To enable Virtual Threads in ActiveMQ 6.x (and higher)
+
+    <broker ... virtualThreadTeaskRunner="true" .. >
+
+### ActiveMQ Virtual Thread Implementation Progress 
+
+The implementation approach is subject to change. Be sure to verify features in Release notes. 
+
+User feedback is welcome! Please comment on the JIRAs with questions and comments.
+
+JIRA|Status|Target Version|Completed Version|Feature|Notes
+---|---|---
+[AMQ-9394](https://issues.apache.org/jira/browse/AMQ-9394) | PR [#1121](https://github.com/apache/activemq/pull/1121) | 6.1.0 | | Task Runner Factory | Optional support to configure Virtual Thread Executor Service
+