rabbitmq - Should I use AMQP RPC or AMQP + REST -


i idea of setting service such rabbitmq handle larger jobs , have n workers scale , process requests. question lies in if should handle 'quick' actions user performs in ui, such saving small changes in form, through queue.

when read amqp rpc sounds work kind of task, smart thing such use case? making more complicated should , should use rest + amqp depending on task?

there's alternative message queueing more lightweight amqp (rabbitmq) because of brokerless architecture - zeromq. works ipc in mind can use interaction of ui , controller. performance issues must investigated further though.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -