Skip to content

which one is better for saving messages in a chat app, rabbitmq rpc or rabbitmq work(task) queues? #2782

Answered by michaelklishin
hosmoh asked this question in Other
Discussion options

You must be logged in to vote

Request/reply ("RPC") assumes that a client (a component of your system) requires an asynchronous response. The pattern from tutorial two assumes no response. For archiving purposes specifically, the latter sounds sufficient to me but I know nothing about your system, of course.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@hosmoh
Comment options

Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2779 on February 02, 2021 10:57.