You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Sebastian Riedel (JIRA)" <ji...@apache.org> on 2008/08/22 09:55:52 UTC

[jira] Created: (AMQNET-106) Add support for prefetchSIze = 0 in NMS

Add support for prefetchSIze = 0 in NMS
---------------------------------------

                 Key: AMQNET-106
                 URL: https://issues.apache.org/activemq/browse/AMQNET-106
             Project: ActiveMQ .Net
          Issue Type: New Feature
          Components: ActiveMQ Client
    Affects Versions: 1.2
            Reporter: Sebastian Riedel
            Assignee: James Strachan
             Fix For: 1.2


This feature is already implemented in the standard ActiveMQ-Client (for Java). The original request was AMQ-855, a similar request was made for the C++ Client (AMQCPP-161). 

This is the request for implementing a "pull" model for the .Net Client / NMS.

The recent behavior is that if prefetchSize is set to zero, no messages at all are received.

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


[jira] Resolved: (AMQNET-106) Add support for prefetchSIze = 0 in NMS

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

Timothy Bish resolved AMQNET-106.
---------------------------------

    Resolution: Fixed

Fixed in trunk, setting the prefetch to zero causes the receive calls to send a MessagePull command to the broker if the Distpatcher has no pending messages.

> Add support for prefetchSIze = 0 in NMS
> ---------------------------------------
>
>                 Key: AMQNET-106
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-106
>             Project: ActiveMQ .Net
>          Issue Type: New Feature
>          Components: ActiveMQ Client
>    Affects Versions: 1.0
>            Reporter: Sebastian Riedel
>            Assignee: Timothy Bish
>             Fix For: 1.1
>
>
> This feature is already implemented in the standard ActiveMQ-Client (for Java). The original request was AMQ-855, a similar request was made for the C++ Client (AMQCPP-161). 
> This is the request for implementing a "pull" model for the .Net Client / NMS.
> The recent behavior is that if prefetchSize is set to zero, no messages at all are received.

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


[jira] Assigned: (AMQNET-106) Add support for prefetchSIze = 0 in NMS

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

Timothy Bish reassigned AMQNET-106:
-----------------------------------

    Assignee: Timothy Bish  (was: James Strachan)

> Add support for prefetchSIze = 0 in NMS
> ---------------------------------------
>
>                 Key: AMQNET-106
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-106
>             Project: ActiveMQ .Net
>          Issue Type: New Feature
>          Components: ActiveMQ Client
>    Affects Versions: 1.2
>            Reporter: Sebastian Riedel
>            Assignee: Timothy Bish
>             Fix For: 1.2
>
>
> This feature is already implemented in the standard ActiveMQ-Client (for Java). The original request was AMQ-855, a similar request was made for the C++ Client (AMQCPP-161). 
> This is the request for implementing a "pull" model for the .Net Client / NMS.
> The recent behavior is that if prefetchSize is set to zero, no messages at all are received.

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


[jira] Updated: (AMQNET-106) Add support for prefetchSIze = 0 in NMS

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

Timothy Bish updated AMQNET-106:
--------------------------------

    Affects Version/s:     (was: 1.2)
                       1.0
        Fix Version/s:     (was: 1.2)
                       1.1

> Add support for prefetchSIze = 0 in NMS
> ---------------------------------------
>
>                 Key: AMQNET-106
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-106
>             Project: ActiveMQ .Net
>          Issue Type: New Feature
>          Components: ActiveMQ Client
>    Affects Versions: 1.0
>            Reporter: Sebastian Riedel
>            Assignee: Timothy Bish
>             Fix For: 1.1
>
>
> This feature is already implemented in the standard ActiveMQ-Client (for Java). The original request was AMQ-855, a similar request was made for the C++ Client (AMQCPP-161). 
> This is the request for implementing a "pull" model for the .Net Client / NMS.
> The recent behavior is that if prefetchSize is set to zero, no messages at all are received.

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