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