You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "James Strachan (JIRA)" <ji...@apache.org> on 2008/02/26 14:00:18 UTC

[jira] Created: (AMQNET-79) create a WCF provider for NMS (and so for ActiveMQ)

create a WCF provider for NMS (and so for ActiveMQ)
---------------------------------------------------

                 Key: AMQNET-79
                 URL: https://issues.apache.org/activemq/browse/AMQNET-79
             Project: ActiveMQ .Net
          Issue Type: New Feature
          Components: ActiveMQ Client
            Reporter: James Strachan
            Assignee: James Strachan
            Priority: Critical




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


[jira] Commented: (AMQNET-79) create a WCF provider for NMS (and so for ActiveMQ)

Posted by "David Keaveny (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQNET-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45341#action_45341 ] 

David Keaveny commented on AMQNET-79:
-------------------------------------

I'm having a go at writing a WCF implementation without the Spring.NET framework, so using the more traditional WCF configuration to set things up, rather than using S.N's DI. It ain't easy though - although there are a few examples of extending WCF with new transports (e.g. WSE TCP, UDP etc).

> create a WCF provider for NMS (and so for ActiveMQ)
> ---------------------------------------------------
>
>                 Key: AMQNET-79
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-79
>             Project: ActiveMQ .Net
>          Issue Type: New Feature
>          Components: ActiveMQ Client
>            Reporter: James Strachan
>            Assignee: James Strachan
>            Priority: Critical
>             Fix For: 1.2
>
>


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


[jira] Issue Comment Edited: (AMQNET-79) create a WCF provider for NMS (and so for ActiveMQ)

Posted by "Mark Pollack (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQNET-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45355#action_45355 ] 

markpollack edited comment on AMQNET-79 at 9/3/08 8:44 AM:
------------------------------------------------------------

The code for the contribution to spring.net is here. https://src.springframework.org/svn/se-nms-net

If you would like to contribute to that code base please let me know. I am starting to take a closer look myself and there is demand for this as well as for other products in which the NMS bindings don't exist yet or the vendor doesn't itself provide WCF support.  

      was (Author: markpollack):
    The code for the contribution to spring.net is here. https://src.springframework.org/svn/se-nms-net

If you would like to contribute to that code place please let me know. I am starting to take a closer look myself and there is demand for this as well as for other products in which the NMS bindings don't exist yet or the vendor doesn't itself provide WCF support.  
  
> create a WCF provider for NMS (and so for ActiveMQ)
> ---------------------------------------------------
>
>                 Key: AMQNET-79
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-79
>             Project: ActiveMQ .Net
>          Issue Type: New Feature
>          Components: ActiveMQ Client
>            Reporter: James Strachan
>            Assignee: James Strachan
>            Priority: Critical
>             Fix For: 1.2
>
>


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


[jira] Commented: (AMQNET-79) create a WCF provider for NMS (and so for ActiveMQ)

Posted by "Mark Pollack (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQNET-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45355#action_45355 ] 

Mark Pollack commented on AMQNET-79:
------------------------------------

The code for the contribution to spring.net is here. https://src.springframework.org/svn/se-nms-net

If you would like to contribute to that code place please let me know. I am starting to take a closer look myself and there is demand for this as well as for other products in which the NMS bindings don't exist yet or the vendor doesn't itself provide WCF support.  

> create a WCF provider for NMS (and so for ActiveMQ)
> ---------------------------------------------------
>
>                 Key: AMQNET-79
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-79
>             Project: ActiveMQ .Net
>          Issue Type: New Feature
>          Components: ActiveMQ Client
>            Reporter: James Strachan
>            Assignee: James Strachan
>            Priority: Critical
>             Fix For: 1.2
>
>


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


[jira] Commented: (AMQNET-79) create a WCF provider for NMS (and so for ActiveMQ)

Posted by "Jim Gomes (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQNET-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43094#action_43094 ] 

Jim Gomes commented on AMQNET-79:
---------------------------------

Awesome!  What is the status of the contribution?  Is it already part of Spring.NET?  Feel free to post out to the Dev mailing list, or you can e-mail me directly if you like.  I'll try and help out as I can.

> create a WCF provider for NMS (and so for ActiveMQ)
> ---------------------------------------------------
>
>                 Key: AMQNET-79
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-79
>             Project: ActiveMQ .Net
>          Issue Type: New Feature
>          Components: ActiveMQ Client
>            Reporter: James Strachan
>            Assignee: James Strachan
>            Priority: Critical
>             Fix For: 1.2
>
>


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


[jira] Resolved: (AMQNET-79) create a WCF provider for NMS (and so for ActiveMQ)

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

Jim Gomes resolved AMQNET-79.
-----------------------------

    Resolution: Fixed

Added code contribution from David Keaveny.  The Subversion repository is located at https://svn.apache.org/repos/asf/activemq/activemq-dotnet/Apache.NMS.WCF.  A new JIRA component of WCF has been added so issues can be entered directly for this new provider component.

Thanks, David!

> create a WCF provider for NMS (and so for ActiveMQ)
> ---------------------------------------------------
>
>                 Key: AMQNET-79
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-79
>             Project: ActiveMQ .Net
>          Issue Type: New Feature
>          Components: WCF
>         Environment: .NET 3.5
>            Reporter: James Strachan
>            Assignee: Jim Gomes
>            Priority: Critical
>             Fix For: 1.1
>
>   Original Estimate: 5 days
>  Remaining Estimate: 5 days
>


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


[jira] Updated: (AMQNET-79) create a WCF provider for NMS (and so for ActiveMQ)

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

Jim Gomes updated AMQNET-79:
----------------------------

    Fix Version/s: 1.2

> create a WCF provider for NMS (and so for ActiveMQ)
> ---------------------------------------------------
>
>                 Key: AMQNET-79
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-79
>             Project: ActiveMQ .Net
>          Issue Type: New Feature
>          Components: ActiveMQ Client
>            Reporter: James Strachan
>            Assignee: James Strachan
>            Priority: Critical
>             Fix For: 1.2
>
>


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


[jira] Commented: (AMQNET-79) create a WCF provider for NMS (and so for ActiveMQ)

Posted by "Mark Pollack (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQNET-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43085#action_43085 ] 

Mark Pollack commented on AMQNET-79:
------------------------------------

I have code for this as a contribution to spring.net.  we should discuss.

> create a WCF provider for NMS (and so for ActiveMQ)
> ---------------------------------------------------
>
>                 Key: AMQNET-79
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-79
>             Project: ActiveMQ .Net
>          Issue Type: New Feature
>          Components: ActiveMQ Client
>            Reporter: James Strachan
>            Assignee: James Strachan
>            Priority: Critical
>             Fix For: 1.2
>
>


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


[jira] Work logged: (AMQNET-79) create a WCF provider for NMS (and so for ActiveMQ)

Posted by "Jim Gomes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQNET-79?page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#action_36793 ]

Jim Gomes logged work on AMQNET-79:
-----------------------------------

                Author: Jim Gomes
            Created on: 31/Oct/08 04:24 PM
            Start Date: 31/Oct/08 04:24 PM
    Worklog Time Spent: 2 hours 
      Work Description: Logging my work for integration and review of David's contribution.  He can log his work against this item separately, if so desired.

Issue Time Tracking
-------------------

    Remaining Estimate: 4 days, 8 hours  (was: 5 days)
            Time Spent: 2 hours

> create a WCF provider for NMS (and so for ActiveMQ)
> ---------------------------------------------------
>
>                 Key: AMQNET-79
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-79
>             Project: ActiveMQ .Net
>          Issue Type: New Feature
>          Components: WCF
>         Environment: .NET 3.5
>            Reporter: James Strachan
>            Assignee: Jim Gomes
>            Priority: Critical
>             Fix For: 1.1
>
>   Original Estimate: 5 days
>          Time Spent: 2 hours
>  Remaining Estimate: 4 days, 8 hours
>


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


[jira] Work started: (AMQNET-79) create a WCF provider for NMS (and so for ActiveMQ)

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

Work on AMQNET-79 started by Jim Gomes.

> create a WCF provider for NMS (and so for ActiveMQ)
> ---------------------------------------------------
>
>                 Key: AMQNET-79
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-79
>             Project: ActiveMQ .Net
>          Issue Type: New Feature
>          Components: WCF
>         Environment: .NET 3.5
>            Reporter: James Strachan
>            Assignee: Jim Gomes
>            Priority: Critical
>             Fix For: 1.1
>
>   Original Estimate: 5 days
>  Remaining Estimate: 5 days
>


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


[jira] Commented: (AMQNET-79) create a WCF provider for NMS (and so for ActiveMQ)

Posted by "David Keaveny (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQNET-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46811#action_46811 ] 

David Keaveny commented on AMQNET-79:
-------------------------------------

I have a (very!) basic implementation of WCF now : datagram only (i.e. IInputChannel/IOutputChannel), no request-response, no duplex, and sessionless. Which branch should I check it in to?

> create a WCF provider for NMS (and so for ActiveMQ)
> ---------------------------------------------------
>
>                 Key: AMQNET-79
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-79
>             Project: ActiveMQ .Net
>          Issue Type: New Feature
>          Components: ActiveMQ Client
>            Reporter: James Strachan
>            Assignee: James Strachan
>            Priority: Critical
>             Fix For: 1.2
>
>


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


[jira] Work stopped: (AMQNET-79) create a WCF provider for NMS (and so for ActiveMQ)

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

Work on AMQNET-79 stopped by Jim Gomes.

> create a WCF provider for NMS (and so for ActiveMQ)
> ---------------------------------------------------
>
>                 Key: AMQNET-79
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-79
>             Project: ActiveMQ .Net
>          Issue Type: New Feature
>          Components: WCF
>         Environment: .NET 3.5
>            Reporter: James Strachan
>            Assignee: Jim Gomes
>            Priority: Critical
>             Fix For: 1.1
>
>   Original Estimate: 5 days
>  Remaining Estimate: 5 days
>


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


[jira] Updated: (AMQNET-79) create a WCF provider for NMS (and so for ActiveMQ)

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

Jim Gomes updated AMQNET-79:
----------------------------

     Original Estimate: 5 days
    Remaining Estimate: 5 days
              Assignee: Jim Gomes  (was: James Strachan)
         Fix Version/s: 1.1
                            (was: 1.2)
           Environment: .NET 3.5
           Component/s: WCF
                            (was: ActiveMQ Client)

> create a WCF provider for NMS (and so for ActiveMQ)
> ---------------------------------------------------
>
>                 Key: AMQNET-79
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-79
>             Project: ActiveMQ .Net
>          Issue Type: New Feature
>          Components: WCF
>         Environment: .NET 3.5
>            Reporter: James Strachan
>            Assignee: Jim Gomes
>            Priority: Critical
>             Fix For: 1.1
>
>   Original Estimate: 5 days
>  Remaining Estimate: 5 days
>


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