Description
Currently the NMS.ActiveMQ builds a library against the .NET Compact Framework. This limits the .NET API available for use in the ActiveMQ client however the code has not been designed with the goal of running on such a resource limited platform but instead is intended to eventually gain feature parity with the ActiveMQ Java client. By allowing use of the full .NET API for the ActiveMQ client we can speed development and improve the overall quality of the client code while continuing to add in more features similar to those of the Java client.
This issue proposes to remove the .NET CF support from the NMS.ActiveMQ client and direct users who need such support to the new NMS.Stomp module which will still allow access to the ActiveMQ broker along with any other Stomp compatible Broker.