You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/05/29 18:13:00 UTC

[jira] [Work logged] (AMQNET-637) NMS 2.0

     [ https://issues.apache.org/jira/browse/AMQNET-637?focusedWorklogId=775730&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-775730 ]

ASF GitHub Bot logged work on AMQNET-637:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 29/May/22 18:12
            Start Date: 29/May/22 18:12
    Worklog Time Spent: 10m 
      Work Description: Havret commented on code in PR #18:
URL: https://github.com/apache/activemq-nms-openwire/pull/18#discussion_r884306654


##########
src/Threads/CompositeTaskRunner.cs:
##########
@@ -28,6 +28,8 @@ public class CompositeTaskRunner : TaskRunner
     {
         private readonly Mutex mutex = new Mutex();
         private readonly Thread theThread = null;
+        private AsyncLocal<bool> workExecutionContextCurrentlyProcessing = new AsyncLocal<bool>();

Review Comment:
   What's the reasoning behind this flag? What is it supposed to do?





Issue Time Tracking
-------------------

    Worklog Id:     (was: 775730)
    Time Spent: 19h 40m  (was: 19.5h)

> NMS 2.0
> -------
>
>                 Key: AMQNET-637
>                 URL: https://issues.apache.org/jira/browse/AMQNET-637
>             Project: ActiveMQ .Net
>          Issue Type: Improvement
>          Components: NMS
>    Affects Versions: 1.8.0
>            Reporter: Michael Andre Pearce
>            Priority: Major
>             Fix For: API-2.0.0
>
>          Time Spent: 19h 40m
>  Remaining Estimate: 0h
>
> NMS API is still at JMS 1.1 api level, this is to update the NMS api to the latest JMS 2.0 apiĀ 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)