You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "vincent boilay (JIRA)" <ji...@apache.org> on 2007/02/26 19:31:04 UTC

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

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

vincent boilay commented on AMQ-721:
------------------------------------

Thank you for your mail, please note Swapstream email addresses have changed from .net to .com please can you amend your address book.



Thanks 



Swapstream


> 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.