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 2010/07/09 16:32:51 UTC

[jira] Created: (AMQNET-260) Static Timeout property in FutureResponse

Static Timeout property in FutureResponse
-----------------------------------------

                 Key: AMQNET-260
                 URL: https://issues.apache.org/activemq/browse/AMQNET-260
             Project: ActiveMQ .Net
          Issue Type: Sub-task
            Reporter: Timothy Bish
            Assignee: Jim Gomes


The FutureResponse class uses a static property to set the Timeout for a response.   This can lead to issues if the client sets the timeout more than once if the timeout change from infinite to some bounded time span then previous Requests could timeout unexpectedly.  The value should be non-static.

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


[jira] Resolved: (AMQNET-260) Static Timeout property in FutureResponse

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

Timothy Bish resolved AMQNET-260.
---------------------------------

    Resolution: Fixed

Fixed in trunk

> Static Timeout property in FutureResponse
> -----------------------------------------
>
>                 Key: AMQNET-260
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-260
>             Project: ActiveMQ .Net
>          Issue Type: Sub-task
>    Affects Versions: 1.2.0, 1.3.0
>            Reporter: Timothy Bish
>            Assignee: Timothy Bish
>             Fix For: 1.4.0
>
>
> The FutureResponse class uses a static property to set the Timeout for a response.   This can lead to issues if the client sets the timeout more than once if the timeout change from infinite to some bounded time span then previous Requests could timeout unexpectedly.  The value should be non-static.

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


[jira] Assigned: (AMQNET-260) Static Timeout property in FutureResponse

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

Timothy Bish reassigned AMQNET-260:
-----------------------------------

    Assignee: Timothy Bish  (was: Jim Gomes)

> Static Timeout property in FutureResponse
> -----------------------------------------
>
>                 Key: AMQNET-260
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-260
>             Project: ActiveMQ .Net
>          Issue Type: Sub-task
>            Reporter: Timothy Bish
>            Assignee: Timothy Bish
>
> The FutureResponse class uses a static property to set the Timeout for a response.   This can lead to issues if the client sets the timeout more than once if the timeout change from infinite to some bounded time span then previous Requests could timeout unexpectedly.  The value should be non-static.

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


[jira] Updated: (AMQNET-260) Static Timeout property in FutureResponse

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

Timothy Bish updated AMQNET-260:
--------------------------------

        Fix Version/s: 1.4.0
    Affects Version/s: 1.3.0
                       1.2.0

> Static Timeout property in FutureResponse
> -----------------------------------------
>
>                 Key: AMQNET-260
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-260
>             Project: ActiveMQ .Net
>          Issue Type: Sub-task
>    Affects Versions: 1.2.0, 1.3.0
>            Reporter: Timothy Bish
>            Assignee: Timothy Bish
>             Fix For: 1.4.0
>
>
> The FutureResponse class uses a static property to set the Timeout for a response.   This can lead to issues if the client sets the timeout more than once if the timeout change from infinite to some bounded time span then previous Requests could timeout unexpectedly.  The value should be non-static.

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