Please let me know where I am wrong:
- RabbitMQ has a memory based flow control based on the total memory you have in the machine. I know I can develop something over RabbitMQ to accomplish what I want (limits based on number of messages) but I prefer to have the support within RabbitMQ.
- WebLogic JMS can block producers based on number of messages as a flow control method.