Re: block on threshold

2013-08-09 Thread Christian Posta
Producer Flow Control is implemented based on message size limits, not message counts. So you could calculate an approximate message size from the expected number of messages you wish to have as a backlog, and set the configurations like that. So if you have 10,000 1K messages, you can set your qu

block on threshold

2013-08-09 Thread Jamie
Hi All Greetings! Does anyone have any idea on how to implement producer blocking in ActiveMQ when the no. of queued messages gets to a certain threshold? I've read about Active MQ's flow control feature, but I am still confused on how one would accomplish this. In short, when the number of m