[
https://issues.apache.org/jira/browse/AMQ-9394?focusedWorklogId=911069&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-911069
]
ASF GitHub Bot logged work on AMQ-9394:
---------------------------------------
Author: ASF GitHub Bot
Created on: 22/Mar/24 15:16
Start Date: 22/Mar/24 15:16
Worklog Time Spent: 10m
Work Description: mattrpav commented on PR #1172:
URL: https://github.com/apache/activemq/pull/1172#issuecomment-2015322400
@cshannon thanks for taking the time to review and providing the thoughtful
feedback.
I agree, the threading model can be improved and leveraging more modern Java
constructs would improve performance and maintainability. Overall, I think
ActiveMQ is a good candidate for Virtual Threads, because the key locks are
already ReentrantLocks. There are a few scatter synchronized methods/blocks in
queue and topic, but those can be readily refactored.
From my research of other OSS projects' (Tomcat, etc), they took a similar
approach as I have proposed here
Issue Time Tracking
-------------------
Worklog Id: (was: 911069)
Time Spent: 1h 20m (was: 1h 10m)
> Tech Preview: Virtual Thread support
> ------------------------------------
>
> Key: AMQ-9394
> URL: https://issues.apache.org/jira/browse/AMQ-9394
> Project: ActiveMQ Classic
> Issue Type: New Feature
> Reporter: Matt Pavlovich
> Assignee: Matt Pavlovich
> Priority: Major
> Labels: #virtualthread
> Fix For: 6.2.0
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> Initial technical preview of Virtual Thread support
--
This message was sent by Atlassian Jira
(v8.20.10#820010)