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 connectio
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
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
I'd like to think was a pretty close read on the subject of the online docs,
ActiveMQ in Action and the mailing list, I still can't figure out why my
pr