Re: Producer flow control question

2011-01-04 Thread Dejan Bosanac
Great to hear that. Thanks for reporting back and closing the loop. Cheers -- Dejan Bosanac - FuseSource - The experts in open source integration and messaging. Email: dej...@fusesource.com Web: http://fusesource.com Twitter:  http://twitter.com/dejanb ActiveMQ in Action - http://w

Re: Producer flow control question

2011-01-04 Thread maarten.dirkse
The fix for https://issues.apache.org/jira/browse/AMQ-2683 seems to have done the trick. Nightlies now properly do topic PFC. Regards, Maarten -- View this message in context: http://activemq.2283324.n4.nabble.com/Producer-flow-control-question-tp3092808p3173521.html Sent from the ActiveMQ - Use

Re: Producer flow control question

2010-12-23 Thread maarten.dirkse
Behaviour is the same for 5.4.2 and 5.5-snapshot -- View this message in context: http://activemq.2283324.n4.nabble.com/Producer-flow-control-question-tp3092808p3162283.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Producer flow control question

2010-12-23 Thread maarten.dirkse
Pretty sure that this is related to https://issues.apache.org/jira/browse/AMQ-2683 -- View this message in context: http://activemq.2283324.n4.nabble.com/Producer-flow-control-question-tp3092808p3162218.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Producer flow control question

2010-12-23 Thread maarten.dirkse
Turns out it doesn't have anything to do with the JMSTemplate. As far as I can tell, producer flow control doesn't work for topics. Unless I've missed something fundamental, I've included a test case that proves that. If you run the code you'll see the producer halt when PFC kicks in, and never st

Re: Producer flow control question

2010-12-22 Thread maarten.dirkse
Anyone? Is there some kind of config setting on the connections that makes the connection restart work? maarten.dirkse wrote: > > Sorry, should've included that info in the initial mail. Here's how I've > setup my connection factories: > > class="org.apache.activemq.spring.ActiveMQConnectionF

Re: Producer flow control question

2010-12-20 Thread maarten.dirkse
Sorry, should've included that info in the initial mail. Here's how I've setup my connection factories:     And this is the template config: Thanks, Maarten -- View this message in context: http://activemq.2283324.n4.nabble.com/Producer-flow-control-question-tp3092808p3095366.html Sen

Re: Producer flow control question

2010-12-18 Thread Rob Davies
Would need to see how you've configured the infamous JMSTemplate - to see what the problem is On 17 Dec 2010, at 16:44, maarten.dirkse wrote: > > Hi, > It's often said that producer flow control (PFC) is one of the most > misunderstood features of ActiveMQ, and I couldn't agree more. After what