Currently the status on the ActiveMQ website states that:

" ActiveMQ Classic support for Virtual Threads is in Technology Preview
stage. "

https://activemq.apache.org/components/classic/documentation/virtual-threads

However the website mentions ActiveMQ 6.1 and JDK21. I am now for example
using ActiveMQ 6.2.7 on JDK25.

The documentation states that:

1. Checkout activemq source code from git
- 2. Build using JDK 21 (Virtual Thread support will be added automatically)
- 3. Replace the lib/activemq-client_version_.jar with the
lib/jdk21/activemq-client-jdk21-_version.jar
-

4. Edit conf/activemq.xml

<broker … virtualThreadTaskRunner=”true” .. >
Does enabling virtual threads still need to build from source? Or can it be
enabled in the regular activemq.xml of a regular build?

Thanks,

Raymond

Reply via email to