You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2009/09/28 16:13:52 UTC

[jira] Created: (AMQNET-192) Remove support for the .NET Compact Framework builds from NMS.ActiveMQ

Remove support for the .NET Compact Framework builds from NMS.ActiveMQ
----------------------------------------------------------------------

                 Key: AMQNET-192
                 URL: https://issues.apache.org/activemq/browse/AMQNET-192
             Project: ActiveMQ .Net
          Issue Type: Improvement
          Components: ActiveMQ
    Affects Versions: 1.1.0
            Reporter: Timothy Bish
            Assignee: Timothy Bish
            Priority: Minor
             Fix For: 1.2.0


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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (AMQNET-192) Remove support for the .NET Compact Framework builds from NMS.ActiveMQ

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQNET-192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish resolved AMQNET-192.
---------------------------------

    Resolution: Fixed

Disabled the .NET Compact Framework builds for NMS.ActiveMQ

Stomp support is left intact until the NMS.Stomp project is released.

> Remove support for the .NET Compact Framework builds from NMS.ActiveMQ
> ----------------------------------------------------------------------
>
>                 Key: AMQNET-192
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-192
>             Project: ActiveMQ .Net
>          Issue Type: Improvement
>          Components: ActiveMQ
>    Affects Versions: 1.1.0
>            Reporter: Timothy Bish
>            Assignee: Timothy Bish
>            Priority: Minor
>             Fix For: 1.2.0
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.