Hi Raymond- I completed the Virtual Thread support and committed into the v6.2.0 tree. Unfortunately, due to an accidental oversight during the release it was not included. Virtual Thread support is now released as part of a Multi-release jar in the activemq-client, and does not require a separate jar any longer.
Since we are following SEMVER more closely with ActiveMQ releases, it will now be officially included in the v6.3.0 release. I’ll update the website with the latest change in how it is released. Thanks, Matt Pavlovich > On Jun 30, 2026, at 11:27 AM, ski n <[email protected]> wrote: > > 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
