We started using Active MQ Broker on our RedHat platform.
The Instalation is done and we are in the process of creatinga producer/consumer for testing purposes.
Now we need to separate the producer/publisher from the consumer/the subscriber (in .net 2.1).
According to the following suggestion:https://access.redhat.com/discussions/3177401NMS is depricated since september 2017, but still has released nuget packages for Apache.NMS.AMQP(1.8.1) about two months ago.
Our question is should we use the nuget package Apache.NMS.AMQP(1.8.1) or is the nuget package AMQPNetLite.Core preferable (although it does not have all the properties and methods)?