Re: ActiveMQ NMS and the new .NET Core

2016-09-22 Thread Brian Cole
,
  "SourceCompatibleChange": "",
  "TargetStatus": [
null
  ]
},
{
  "DefinedInAssemblyIdentity": "System, Version=4.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089",
  "MemberDocId": "T:System.Net.WebClient",
  "TypeDocId": null,
  "RecommendedChanges": "Not available in .NET Core - use HttpClient API
instead.",
  "SourceCompatibleChange": "",
  "TargetStatus": [
null
  ]
},
{
  "DefinedInAssemblyIdentity": "mscorlib, Version=4.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089",
  "MemberDocId": "T:System.Threading.ThreadPriority",
  "TypeDocId": null,
  "RecommendedChanges": "Portable code should not rely on COM apartment
semantics, and so should avoid this type.",
  "SourceCompatibleChange": "",
  "TargetStatus": [
null
  ]
},
{
  "DefinedInAssemblyIdentity": "mscorlib, Version=4.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089",
  "MemberDocId":
"M:System.Security.Cryptography.X509Certificates.X509Certificate.GetRawCertData",
  "TypeDocId":
"T:System.Security.Cryptography.X509Certificates.X509Certificate",
  "RecommendedChanges": "",
  "SourceCompatibleChange": "",
  "TargetStatus": [
null
  ]
},
{
  "DefinedInAssemblyIdentity": "System, Version=4.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089",
  "MemberDocId":
"M:System.Security.Cryptography.X509Certificates.X509Store.Close",
  "TypeDocId":
"T:System.Security.Cryptography.X509Certificates.X509Store",
  "RecommendedChanges": "Use Dispose() instead.",
  "SourceCompatibleChange": "",
  "TargetStatus": [
null
  ]
},
{
  "DefinedInAssemblyIdentity": "mscorlib, Version=4.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089",
  "MemberDocId": "M:System.Threading.Thread.ResetAbort",
      "TypeDocId": "T:System.Threading.Thread",
  "RecommendedChanges": "Portable code should not rely on COM apartment
semantics, and so should avoid this type.",
  "SourceCompatibleChange": "",
  "TargetStatus": [
null
  ]
},
{
  "DefinedInAssemblyIdentity": "mscorlib, Version=4.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089",
  "MemberDocId": "M:System.Threading.Thread.Abort",
  "TypeDocId": "T:System.Threading.Thread",
  "RecommendedChanges": "Portable code should not rely on COM apartment
semantics, and so should avoid this type.",
  "SourceCompatibleChange": "",
  "TargetStatus": [
null
  ]
},
{
  "DefinedInAssemblyIdentity": "mscorlib, Version=4.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089",
  "MemberDocId":
"M:System.Threading.Timer.Dispose(System.Threading.WaitHandle)",
  "TypeDocId": "T:System.Threading.Timer",
  "RecommendedChanges": "",
  "SourceCompatibleChange": "",
  "TargetStatus": [
null
  ]
}
  ],
  "UnresolvedUserAssemblies": [
"Apache.NMS, Version=1.7.1.3894, Culture=neutral,
PublicKeyToken=82756feee3957618",
"Ionic.Zlib, Version=1.9.1.8, Culture=neutral,
PublicKeyToken=edbe51ad942a3f5c"
  ],
  "Targets": [
".NET Core App,Version=v1.1"
  ],
  "BreakingChanges": [],
  "BreakingChangeSkippedAssemblies": []
}



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/ActiveMQ-NMS-and-the-new-NET-Core-tp4714548p4716814.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.


Re: ActiveMQ NMS and the new .NET Core

2016-09-20 Thread Jim Gomes
It's likely that it does work on .NET Core. Unfortunately, I can't get .NET
Core to work on my machine, since I don't use the specific version of
Ubuntu Linux that is required. I run Debian Linux. Until Microsoft provides
a version of .NET Core that runs on multiple distros, the supported use
cases will be very low.

On Tue, Sep 20, 2016, 8:47 PM Brian Cole  wrote:

> I think it would be very nice to have the NMS libraries work with .Net
> Core.
> I sadly learned today that Mono does not support TLS 1.2. As TLS 1.2 is
> required for us, Mono is not an avenue that provides Linux support in our
> case.
>
>
>
> --
> View this message in context:
> http://activemq.2283324.n4.nabble.com/ActiveMQ-NMS-and-the-new-NET-Core-tp4714548p4716675.html
> Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
>


Re: ActiveMQ NMS and the new .NET Core

2016-09-20 Thread Brian Cole
I think it would be very nice to have the NMS libraries work with .Net Core.
I sadly learned today that Mono does not support TLS 1.2. As TLS 1.2 is
required for us, Mono is not an avenue that provides Linux support in our
case. 



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/ActiveMQ-NMS-and-the-new-NET-Core-tp4714548p4716675.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.


Re: ActiveMQ NMS and the new .NET Core

2016-07-27 Thread Jim Gomes
NMS runs on Mono and works very well on Linux already. I even ported it to
Xamarin and ran it on my Android phone using the STOMP provider to connect
to the AMQ broker. I have not tried running on .NET Core yet, but your
platform choice should be supported even without it.

On Wed, Jul 27, 2016, 8:14 AM magmasystems 
wrote:

> With Microsoft giving a big push to .NET Core, I am wondering if ActiveMQ
> NMS
> will ever be ported to .NET Core. We would love to rewrite some of our
> services so they could run on Windows or Linux, but we are concerned about
> having any Linux-based services being able to integrate with ActiveMQ.
>
> Thanks,
>
> Marc Adler
> Quantifi Solutions Inc
>
>
>
> --
> View this message in context:
> http://activemq.2283324.n4.nabble.com/ActiveMQ-NMS-and-the-new-NET-Core-tp4714548.html
> Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
>


ActiveMQ NMS and the new .NET Core

2016-07-27 Thread magmasystems
With Microsoft giving a big push to .NET Core, I am wondering if ActiveMQ NMS
will ever be ported to .NET Core. We would love to rewrite some of our
services so they could run on Windows or Linux, but we are concerned about
having any Linux-based services being able to integrate with ActiveMQ.

Thanks,

Marc Adler
Quantifi Solutions Inc



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/ActiveMQ-NMS-and-the-new-NET-Core-tp4714548.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.