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/12/23 01:21:00 UTC

[jira] [Work logged] (AMQNET-818) NMS Open Wire deadlock on start in WinForms App

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

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

                Author: ASF GitHub Bot
            Created on: 23/Dec/22 01:20
            Start Date: 23/Dec/22 01:20
    Worklog Time Spent: 10m 
      Work Description: lukeabsent commented on PR #26:
URL: https://github.com/apache/activemq-nms-openwire/pull/26#issuecomment-1363493274

   Hi @Havret could you pls have a look ?




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

            Worklog Id:     (was: 835418)
    Remaining Estimate: 0h
            Time Spent: 10m

> NMS Open Wire deadlock on start in WinForms App
> -----------------------------------------------
>
>                 Key: AMQNET-818
>                 URL: https://issues.apache.org/jira/browse/AMQNET-818
>             Project: ActiveMQ .Net
>          Issue Type: Task
>          Components: OpenWire
>    Affects Versions: OpenWire-2.0.0
>            Reporter: Krzysztof Porębski
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Issue reported via mailing list:
> {noformat}
> Hi,
> I have updated my .net c#project to use 2.0.0 version of
> Apache.NMS.ActiveMQ and i noticed that when i'm starting the connection
> just hangs when i use the code in a .net c# windows form application, but
> it works just fine from a.net c# console application. var connString =
> $"tcp://HostName:61616"; IConnectionFactory factory = new
> NMSConnectionFactory(connString); using (IConnection connection =
> factory.CreateConnection()) { connection.Start(); //here it just hangs from a .net c# win forms app } This code works ok with 1.8.0 version of
> Apache.NMS.ActiveMQ no matter if is a .net c# win form app or a .net c#
> console app Other people are also having the same problem. Please see
> https://stackoverflow.com/questions/74692814/producer-messages-using-apache-nms-console-app-and-windows-forms
> Do you have any inputs on this? Was 2.0.0 .net c# Apache.NMS.ActiveMQ lib
> tested from a .net win for application?
> Thank you, Adriana{noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)