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 d61385e4c [AMQ-9394] Add Feature page w/ status of Virtual Thread 
support
d61385e4c is described below

commit d61385e4cf284af144a4a83361f1f9bbd47770c4
Author: Matt Pavlovich <[email protected]>
AuthorDate: Fri Nov 17 22:26:56 2023 -0600

    [AMQ-9394] Add Feature page w/ status of Virtual Thread support
---
 src/virtual-threads.md | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/src/virtual-threads.md b/src/virtual-threads.md
new file mode 100644
index 000000000..d026f7788
--- /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
+

Reply via email to