This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new b58d13271 Automatic Site Publish by Buildbot
b58d13271 is described below
commit b58d132712a18e1706fbcb8674f3cf8f231186cd
Author: buildbot <[email protected]>
AuthorDate: Sat Nov 18 19:24:18 2023 +0000
Automatic Site Publish by Buildbot
---
output/virtual-threads.html | 25 +++++++++++++++++++++++--
1 file changed, 23 insertions(+), 2 deletions(-)
diff --git a/output/virtual-threads.html b/output/virtual-threads.html
index ba768410f..fd8d4799b 100644
--- a/output/virtual-threads.html
+++ b/output/virtual-threads.html
@@ -112,8 +112,29 @@
<p>To enable Virtual Threads in ActiveMQ 6.x (and higher)</p>
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><broker ... virtualThreadTeaskRunner="true" .. >
-</code></pre></div></div>
+<ol>
+ <li>Checkout activemq source code from git</li>
+ <li>Build using JDK 21 (Virtual Thread support will be added
automatically)</li>
+ <li>
+ <p>Edit conf/activemq.xml</p>
+
+ <p><broker … virtualThreadTeaskRunner=”true” .. ></p>
+ </li>
+ <li>
+ <p>Run ActiveMQ and confirm with the following log message:</p>
+
+ <table>
+ <tbody>
+ <tr>
+ <td>INFO</td>
+ <td>VirtualThreadExecutor initialized name:ActiveMQ
BrokerService[localhost] Task</td>
+ </tr>
+ </tbody>
+ </table>
+ </li>
+</ol>
+
+<p>NOTE: The log message may be removed in the future</p>
<h3 id="activemq-virtual-thread-implementation-progress">ActiveMQ Virtual
Thread Implementation Progress</h3>