Hacker News new | ask | show | jobs
by wslh 5498 days ago
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.

1 comments

I don't know what WebLogic can do for flow control exactly. Please email rabbitmq-discuss to get a definitive answer and discussion on what you can do with Rabbit, which supports various mechanisms.