Warning NU1701 Package 'Apache.NMS 1.7.1' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.0'. This package may not be fully compatible with your project.
Asked
Active
Viewed 4,291 times
3 Answers
3
I've tested Apache.NMS
and Apache.NMS.ActiveMQ
DLLs from nuget packages with .NET Portability Analyzer, it said they are 100% compatible with: ".NET Core,.NET Framework,.NET Standard". I also tested it in simple scenarios like linux .net core app writing to queue, it worked. So i'd say they are functional, but can't be sure to what degree.
We use it in production for about half a year, no issues. We only do posting messages to MQ though.

Rast
- 2,341
- 4
- 20
- 29
1
You can try this packages for .NET Core

Dmitry Pavlov
- 30,789
- 8
- 97
- 121

Rodboza
- 11
- 1
-
Still the second link provides the right answer: yes it supports Apache active mq packages – Leo Aug 18 '18 at 07:50
0
I'm not sure for now that you can do that, sorry, another alternative is to take classes that consume ActiveMQ by REST, http://activemq.apache.org/rest.html and do not use these dlls.