How to use rabbitmq as a distributed task queue? -
in knowledge, rabbitmq ha message queue. is possible use task queue. requirement:
- load balanced should consider worker node idle resource
 - should dynamic add/del worker thread
 - worker node hot-plugging
 - can dynamice set routing.
 
as rabbitmq consumer can fetch message , define callback function handle message. possible that. don't know how use flexible,dynamically.
can give example or idea?
in rabbitmq, if more 1 consumers binds queue, messages load-balanced in round-robin fashion.
to better understand, can read article.
https://techietweak.wordpress.com/2015/08/14/rabbitmq-a-cloud-based-message-oriented-middleware/
thanks, saravanan s.
Comments
Post a Comment