You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Jim Gomes (JIRA)" <ji...@apache.org> on 2009/08/25 22:53:50 UTC

[jira] Created: (AMQNET-182) Set Oneway commands to not require a response from server

Set Oneway commands to not require a response from server
---------------------------------------------------------

                 Key: AMQNET-182
                 URL: https://issues.apache.org/activemq/browse/AMQNET-182
             Project: ActiveMQ .Net
          Issue Type: Improvement
          Components: ActiveMQ Client
    Affects Versions: 1.1.0
         Environment: Windows XP, .NET 2.0
            Reporter: Jim Gomes
            Assignee: Jim Gomes
            Priority: Minor
             Fix For: 1.2.0


Certain commands that are asynchronous and send commands to the server and do not require a response, should set the ResponseRequired field to false.  By default, this field is true.  Examples include the KeepAlive command, and asynchronous close commands.

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


[jira] Resolved: (AMQNET-182) Set Oneway commands to not require a response from server

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

Jim Gomes resolved AMQNET-182.
------------------------------

    Resolution: Fixed

> Set Oneway commands to not require a response from server
> ---------------------------------------------------------
>
>                 Key: AMQNET-182
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-182
>             Project: ActiveMQ .Net
>          Issue Type: Improvement
>          Components: ActiveMQ Client
>    Affects Versions: 1.1.0
>         Environment: Windows XP, .NET 2.0
>            Reporter: Jim Gomes
>            Assignee: Jim Gomes
>            Priority: Minor
>             Fix For: 1.2.0
>
>   Original Estimate: 2 hours
>  Remaining Estimate: 2 hours
>
> Certain commands that are asynchronous and send commands to the server and do not require a response, should set the ResponseRequired field to false.  By default, this field is true.  Examples include the KeepAlive command, and asynchronous close commands.

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