[ https://issues.apache.org/activemq/browse/AMQ-721?page=comments#action_36431 ]
James Stanton commented on AMQ-721: ----------------------------------- Oh, sorry, one more thing. Make sure you're connecting with tcp://localhost:61616?jms.optimizeAcknowledge=false (the jms.optimizeAcknowledge=false being the important part of that, at least until 4.0.1 is out which defaults to this) > Openwire client hangs after receiving 999 messages > -------------------------------------------------- > > Key: AMQ-721 > URL: https://issues.apache.org/activemq/browse/AMQ-721 > Project: ActiveMQ > Type: Bug > Components: JMS client > Versions: 4.0 > Environment: .NET 2.0 ,C# + trunk > Reporter: vincent boilay > Priority: Blocker > > > 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. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
