Near the bottom of this page http://activemq.apache.org/producer-flow-control.html it shows:
<snip> Disabling Flow Control A common requirement is to disable flow control so that message dispatching continues until all available disk is used up by pending messages (whether persistent or non persistent messaging is configured). To do this enable Message Cursors. </snip> And then on the page it refers http://activemq.apache.org/message-cursors.html the documentation suggests that the default cursor is the store impl. If I want (and do) to use the default store impl but I want to disable flow control (as it says above) then there really is nothing to do related to message cursors, but only to set producerFlowControl=false for the destinations? The documentation here is not clear. Its also a bit confusing at the bottom of this page, where it covers "Configuring Cursors" that it also configures things like dispatch policy and deal letter strategy. How are these related to cursors? Also this document covers 3 cursors types vm, file and store, but the configuration guide at the bottom only states that vmCursor and fileCursor (for example) are valid. --jason