RE: Mismatch in documentation regarding producerFlowControl behavior

2022-01-09 Thread Daniel Navrotsky
thing small.. > turn off flow control and publish messages to see what happens next. > > -Matt Pavlovich > > > On Jan 6, 2022, at 4:32 PM, Daniel Navrotsky < > daniel.navrot...@driivz.com> wrote: > > > > Thanks Matt, > > > > > > > >

RE: Mismatch in documentation regarding producerFlowControl behavior

2022-01-06 Thread Daniel Navrotsky
> On Jan 6, 2022, at 12:36 PM, Daniel Navrotsky > mailto:daniel.navrot...@driivz.com>> wrote: > > Thank you Matt for the answer. > > I am trying to understand the difference between producerFlowControl=true or > false. I understand that the type of the cursor defines

RE: Mismatch in documentation regarding producerFlowControl behavior

2022-01-06 Thread Daniel Navrotsky
memoryLimit and/or tempUsageLimit reached -or- b. vmQueueCurosr will flow control on memoryLimit only (since temp and store usage are not used) Hope this helps. -Matt Pavlovich > On Jan 5, 2022, at 4:58 PM, Daniel Navrotsky > wrote: > > Hello, > > It looks like there is

Mismatch in documentation regarding producerFlowControl behavior

2022-01-05 Thread Daniel Navrotsky
Hello, It looks like there is a mismatch in the documentation. From piece 1 (below) I understand that messages would be shunted into the temporary file even if producerFlowControl=true, but from piece 2 it sounds like it only would happen if producerFlowControl=false Piece 1 https://activemq.