Yes, the protocol between the broker and client for sending/receiving messages is still the same, ie, you would continue to get ACK messages from the broker.
If you set a producer window size, then byte counting/flow control is handled at the client side for the default JMS openwire client. so you would still experience throttling based on the client settings. On Mon, Dec 9, 2013 at 6:06 AM, Jose María Zaragoza <[email protected]> wrote: > Hi: > > I'm using AMQ 5.8 and I've got some basic questions about producer control > flow > > - if I disable producerControlFlow in broker , does still producers > receive ProducerAck messages/commands ? > > - if I disable producerControlFlow in broker, the producers who send > persistent messages , does still they receive ProducerAck > messages/commands? > > - if I disable producerControlFlow in broker and my producer sets > window size ( setProducerWindowSize ), what is the behaviour ? > > > Thanks and regards -- Christian Posta http://www.christianposta.com/blog twitter: @christianposta
