@samiemovic
Software Engineer by day. Ninja by night.
Nothing here yet.
Nothing here yet.
Hi. It's a great read. I have a doubt regarding the example you have shared. The client requests the service for invoice creation using rest and thus it gets the response in the same call. But when using message queue, the request will be made to the invoice generation which in turn push to queue for other components to process asynchronously, so how the client comes to know of the response in this case. Am I missing anything.