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 2007/02/26 19:27:03 UTC

[jira] Resolved: (AMQ-721) Openwire client hangs after receiving 999 messages

     [ https://issues.apache.org/activemq/browse/AMQ-721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

james strachan resolved AMQ-721.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 4.1.1

> Openwire client hangs after receiving 999 messages
> --------------------------------------------------
>
>                 Key: AMQ-721
>                 URL: https://issues.apache.org/activemq/browse/AMQ-721
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: JMS client
>    Affects Versions: 4.0
>         Environment: .NET 2.0 ,C# + trunk
>            Reporter: vincent boilay
>            Priority: Blocker
>             Fix For: 4.1.1
>
>
> Openwire client hangs after receiving 999 messages
> changing Session.Prefetch postpone the  problem...
> Current code is :
>    public class Session : ISession
>     {
>        :
>        :
>         private int prefetchSize = 1000;
> this block at message #999
> changing         private int prefetchSize = 2000 ==>  blocks at message #1999

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